Skip site navigation (1)Skip section navigation (2)
Date:      17 Oct 2005 19:26:01 +0200
From:      Christian Laursen <xi@borderworlds.dk>
To:        freebsd-questions@freebsd.org
Subject:   Re: automatic fsck -y at boot
Message-ID:  <86ach8ukba.fsf@borg.borderworlds.dk>
In-Reply-To: <4353DBDF.1040507@ee.duth.gr>
References:  <4353DBDF.1040507@ee.duth.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
kyr <kkyriak@ee.duth.gr> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ach8ukba.fsf>