On Wed, Dec 29, 2010, Mark wrote:Would a manual fsck help fix this?
>I have a CentOS VM that I messed up and it now can't find /home
>(because it's gone), so it comes up in recovery mode.
This command will remount the root file system read-write so you
>What can I do in recovery mode? It won't let me modify any files,
>which makes it hard to fix the fstab, so ...???
can edit things.
mount -n -oremount,rw /
When you're done this will remount read-only.
mount -n -oremount,ro /