Remount it. If /etc/fstab is correct, you can simply mount -n -o remount /. If /etc/fstab is wrong you must give the device name and posibly the type too: e.g. mount -n -o remount -t ext2 /dev/hda2 /. understand how you got into this state, see "EXT2-fs: warning: mounting unchecked file system."
Latest posts by Brent (see all)
- how to take backup on linux server - June 10, 2006
- What does VFS stand for? - June 10, 2006
- what to do if root file system get converted into read only - June 10, 2006