On Tue, May 01, 2001 at 10:50:54AM -0500, John Foster wrote: > /etc/init.d/. I tried to get the file system to remount rw but that did Really.
# mount -n -t remount,rw / # mount -avt nonfs,noproc,nosmbfs Did you do this with -n and -t? This should remount rw. I have several standard recovery tricks listed in my web page below including this one. -- ~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ + Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D + + My debian quick-reference, http://www.aokiconsulting.com/quick/ +

