I did what you said and also booted with init=/bin/csh too(booting with csh ables me to run e2fsck on /dev/hda10 before remounting /). Each time I issued the command to remount / into rw mode, the system just stopped there. So I think all my problems is in mounting the / into rw mode, but I don't know how to fix it. I need more help on this matter. Thank you. feng Mihai LEONTESCU wrote: > You'll have to try this manually > Restart your linux box and when lilo prompts type > linux root=/dev/hd10 init=/bin/sh > > after this you will get the prompt (you booted the single user mode) > now, you have to remount your root partition rw because it's readonly > you got to do like this > sync > umount -n / > mount / -o remount,rw > > now you have full access to your files, and you can edit them > > oh, do not mount proc before root :) and mount proc or else you'll have > some tiny problems :) > > ------------------------------------------------------------------------------ > Mihai LEONTESCU > SC Deuroconsult SRL > Departamentul Internet > Misu(nix) web Page : http://misu.bv.ro > ------------------------------------------------------------------------------- > > On Tue, 25 Jul 2000, Hong F Du wrote: > > > Hi All, > > > > When booting it went through the file system clean check for /dev/hd10 > > which is where my root / is. It then prompt a message "Remounting root > > files system in read-write mode [OK]", stop there. > > > > So I downloaded an ramf-78.exe rescue file from metalab and booted it > > from floppy. I check my original /etc/rc.d/rc.sysinit and found the > > following lines: > > > > . > > . > > . > > #Remount the root filesystem read-write > > action "Remounting root files system in read-write mode" mount -n -o > > remount, rw / > > #Add /proc to /etc/mtab > > mount -f -t proc /proc /proc > > . > > . > > . > > > > Since the line of 'mount -f -t proc /proc /proc' is after the remounting > > filesystem action, would it be the mount proc causing the problem? The > > rescue boot disk doesn't have editor and I cannot editor any file. Any > > solution to my problem? Thank you. > > > > feng > >

Reply via email to