From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 11:34:55 2008 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 4F4D3106566B for ; Wed, 11 Jun 2008 11:34:55 +0000 (UTC) (envelope-from fbsd06+WZ=e8b8e417@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 234908FC22 for ; Wed, 11 Jun 2008 11:34:54 +0000 (UTC) (envelope-from fbsd06+WZ=e8b8e417@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 A9DBA23E409 for ; Wed, 11 Jun 2008 07:34:52 -0400 (EDT) Date: Wed, 11 Jun 2008 12:34:50 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080611123450.6a01e462@gumby.homeunix.com.> In-Reply-To: <20080611103634.J58163@wojtek.tensor.gdynia.pl> References: <20080610211551.GA79421@cons.org> <20080610215959.GA20851@gizmo.acns.msu.edu> <20080611033807.1552e75c@gumby.homeunix.com.> <20080611103634.J58163@wojtek.tensor.gdynia.pl> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Remind me which filesystems exactly can be background fscked? 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: Wed, 11 Jun 2008 11:34:55 -0000 On Wed, 11 Jun 2008 10:37:22 +0200 (CEST) Wojciech Puchar wrote: > >> Pretty much anything but / (rot). > > > > > > I think it's just a matter of turning-on soft-updates for the root > > partition, which is sensible anyway if it's large. > > root partition is always checked foreground. i would be possible to > check it background after modifying /etc/rc.d/* scripts > There is no explicit fsck for the root partition. If you have background-checking enabled there is a single call to "fsck -p -F" that does foreground checking on filesystems in fstab that aren't eligible for background-checking. AFAIK the sole reason that root is foreground checked is that sysinstall doesn't set soft-updates on it.