From owner-freebsd-questions@FreeBSD.ORG Thu Dec 6 20:47:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7FE216A418 for ; Thu, 6 Dec 2007 20:47:44 +0000 (UTC) (envelope-from fbsd06+Q5=a21a498c@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id C351113C4E1 for ; Thu, 6 Dec 2007 20:47:44 +0000 (UTC) (envelope-from fbsd06+Q5=a21a498c@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 4C25CD05AC for ; Thu, 6 Dec 2007 15:47:43 -0500 (EST) Date: Thu, 6 Dec 2007 20:47:37 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071206204737.76e017c0@gumby.homeunix.com.> In-Reply-To: <4758266E.6040704@livedatagroup.com> References: <4758180C.4060208@livedatagroup.com> <47582282.2080104@unsane.co.uk> <4758266E.6040704@livedatagroup.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Freebsd filesystem ( hard reboot ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2007 20:47:45 -0000 On Thu, 06 Dec 2007 11:42:22 -0500 Randy Ramsdell wrote: > Vince wrote: > > What is the value of background_fsck in /etc/rc.conf ? > > > > > This isn't set. Was is supposed to be? No, it's on by default, but there's an early check to determine if the background check can be run. That depends on whether the partition has soft-updates turned-on (the default in sysinstall), and whether soft-updates managed to protect the partition during the shut-down. If fsck is asking for user input, those checks would have failed.