checking filesystem
fsck.ext3 No such file or directory while trying to open ~/dev/main/root
~/dev/main/root:
Are you sure that ~ is there?
Looks like I've got an error in FSTAB !
Maybe. If so, how did it get there? Have you been editing /etc/fstab?
How can I fix this - since only mount as readonly
You can remount rw by doing:
mount -o remount,rw /
and after you make changes, do:
mount -o remount,ro /
and then reboot.
Or you can boot from CD and use the rescue option.