From: Andrew M. <amo...@st...> - 2001-05-17 20:33:26
|
I tried out these settings, as well as M.R. Brown's additions from the mailing list, but they seemed to have no effect. Karl Trygve Kalleberg wrote: >mrbrown's init.d/rcS >#!/bin/sh ># Remount root read-write >mount -n -o remount,defaults / >rm -f /etc/mtab~ >mount -f -o remount,defaults / >mount -a > >/etc/fstab root entry: >192.168.12.11:/home/mrbrown/dcdev/nfs/busybox / nfs \ >defaults,errors=remount-ro 0 0 > > >Kind regards, > >Karl T > |