rev rob <watson387@roil.net> writes:
On Fri, 01 Jun 2001, you wrote:
When I am booting into SuSE, I am getting this error:
**************************************************************
fsck.ext2 /dev/hdc7 failed (status 8): Run it manually!
fsck failed. Please repair manually and reboot. The root file system is currently mounted read-only. To remount it read-write to:
bash# mount -n -o remount, rw /
dieter's solution will work well but i like this: e2fsck -p /dev/hdc7
I don't think the "-p" option will help since e2fsck is (in SuSE 7.1) started in /etc/init.d/boot with the "-a" option which is the same as "-p". In other words, since "e2fsck -a" failed to repair the filesystem automatically, "e2fsck -p" will also fail. I don't mind answering e2fsck questions ("e2fsck /dev/hdc7"), but those who do may prefer the suggested "e2fsck -y /dev/hdc7" (-y means "yes" to all questions). -- Alexandr.Malusek@imv.liu.se