When /etc/fstab is inconsistent

By: | Comments: 2 Comments

Posted in categories: Computer Tips, Work related

The system will drop you into a shell after  asking you root password.

However, you cannot correct /etc/fstab since / is readonly.

Now you need to do

$ mount -o remount,rw /

to enable it.  Then you are free to correct it.

2 Comments

Leave a Reply