Hi everyone. I installed FreeBSD 10.1 in an old laptop with the purpose to learn it. So far I like what I see but I have a problem that makes me concerned about UFS stability. Every time I reboot, during boot I get the message
and it drops me in single user mode.
I have ran
I also booted with the installation USB stick and ran
I disabled the soft updates
Still I get
The strange thing is that once I get dropped in single user mode and accept the default shell, I can simply press Ctrl+D to proceed to multiuser mode and everything seems to work fine.
How can I fix this?
Code:
"UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY"
I have ran
fsck -y /dev/ada0p2 many times with the system's single user mode.I also booted with the installation USB stick and ran
fsck -py -t ufs /dev/ada0p2.I disabled the soft updates
tunefs -j disable /dev/ada0p2 and then ran again fsck. Every time the filesystem is marked as clean. Heck, I even used the -f option to check it anyway.Still I get
Code:
"UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY"
How can I fix this?