Hi all,
I'm a FreeBSD newbie. I did a foolish thing and resized my root UFS partition using growfs in single-user mode. Now every time I boot, it says:
Automatic file system check failed; help!"
Then it dumps me into single user mode. I've run fsck several times in single-user mode and I even ran fsck_ufs from the boot CD, but I still get the same thing. The weird thing is that after I run
I've only been running FreeBSD for a month so I'm really new. Thanks a lot for any help!
I'm a FreeBSD newbie. I did a foolish thing and resized my root UFS partition using growfs in single-user mode. Now every time I boot, it says:
Code:
"Starting filesystem checks:
/dev/ada0s1a: CANNOT READ BLK: 29497600
/dev/ada0s1a: UNEXPECTED CONSISTENCY: RUN fsck MANUALLY.
Then it dumps me into single user mode. I've run fsck several times in single-user mode and I even ran fsck_ufs from the boot CD, but I still get the same thing. The weird thing is that after I run
fsck -t ufs -fy /dev/ada0s1
in single-user mode and I do "poweroff", it always gives me "vmode_pager_getpages: I/O read error." But ONLY in single user mode. I don't know why it would give me an I/O error because FreeBSD is running in a VM on OS X.I've only been running FreeBSD for a month so I'm really new. Thanks a lot for any help!