kyr <[EMAIL PROTECTED]> writes:
> The question is how can i make freebsd to AUTOMATICALLY CORRECT (fsck
> -y
> not just fsck) the inconsistency of a HD at boot time after a power failure.
Put the following two lines in /etc/rc.conf:
fsck_y_enable="YES"
background_fsck="NO"
--
Christian Laursen
/etc/rc.conf:
fsck_y_enable="YES"
I personally use these:
fsck_y_enable="YES"
background_fsck="NO"
At 12:14 PM 10/17/2005, kyr wrote:
Hello,
This is the first time I'm asking for help because all my other
problems were solved by the handbook or other e-mails.
The question is how
kyr wrote:
Hello,
This is the first time I'm asking for help because all my other
problems were solved by the handbook or other e-mails.
The question is how can i make freebsd to AUTOMATICALLY CORRECT (fsck
-y not just fsck) the inconsistency of a HD at boot time after a power
failure.
Hello,
This is the first time I'm asking for help because all my other
problems were solved by the handbook or other e-mails.
The question is how can i make freebsd to AUTOMATICALLY CORRECT (fsck -y
not just fsck) the inconsistency of a HD at boot time after a power failure.
After a non c