Friday, September 30, 2011

Fix /etc/fstab when mount is wrong

I made a mistake when I am writing /etc/fstab.
When system boots up, it is asking to hit Ctrl+D to enter maintenance mode.
But the /etc/fstab is read only. Below is the solution.

mount -n -o remount,rw /

No comments: