Hello,
I'm using FreeBSD 9.1 and I want to force the system to do
I've added this lines to /etc/rc.conf
However this is not working and the system still drops into the single user mode to fix it manually. What I want is fixing the errors automatically before mounting read-write and continue booting the system after that. Is it possible?
Thanks in advance.
I'm using FreeBSD 9.1 and I want to force the system to do
fsck -y
automatically after a power failure.I've added this lines to /etc/rc.conf
Code:
fsck_y_enable="YES"
background_fsck="NO"
However this is not working and the system still drops into the single user mode to fix it manually. What I want is fixing the errors automatically before mounting read-write and continue booting the system after that. Is it possible?
Thanks in advance.