Re: automatic fsck -y at boot

2005-10-17 Thread Christian Laursen
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

Re: automatic fsck -y at boot

2005-10-17 Thread J.D. Bronson
/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

Re: automatic fsck -y at boot

2005-10-17 Thread Kövesdán Gábor
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.

automatic fsck -y at boot

2005-10-17 Thread kyr
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