Dr. Sharukh K. R. Pavri. forced the electrons to say:
> How do I do this ? I have a single / partition so how do I unmount this ?
> I have a working boot floppy. 

Boot into single user mode (or telinit 1 as root) and umount all filesystems
except root. Then

mount -o remount,ro /dev/hda1 / (or whichever is your / partition).

This will make the root partition read only.

Now run e2fsck on the root partition (and optionally on the other partitions).

Binand

-- 
main(int c,char **v){while(!fork()){strcpy(v[0],tmpnam(0));sleep(1);}}
A program that changes its name and pid every second.
Try this program at your own risk!   ---> Binand <---


-----------------------------------------------------------------------
For more information on the LIH mailing list see:
http://lists.linux-india.org/lists/LIH

Reply via email to