Thursday, May 1, 2008

remount,rw

If you misconfigure your /etc/fstab and your system won't boot you'll want to boot into single user mode by using 'e' to edit grub's kernel line and adding a '1' to end. You can then boot with a 'b'. You'll then have root shell. If your root filesystem is mounted read only just remount it read/write:
mount -o remount,rw /

No comments: