From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 02:54:28 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 DB9E61065679 for ; Wed, 11 Jun 2008 02:54:28 +0000 (UTC) (envelope-from fbsd06+WZ=e8b8e417@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id B616C8FC22 for ; Wed, 11 Jun 2008 02:54:28 +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 turtle-in.mxes.net (Postfix) with ESMTP id AFFB8163DFB for ; Tue, 10 Jun 2008 22:38:11 -0400 (EDT) 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 B421023E4B4 for ; Tue, 10 Jun 2008 22:38:09 -0400 (EDT) Date: Wed, 11 Jun 2008 03:38:07 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080611033807.1552e75c@gumby.homeunix.com.> In-Reply-To: <20080610215959.GA20851@gizmo.acns.msu.edu> References: <20080610211551.GA79421@cons.org> <20080610215959.GA20851@gizmo.acns.msu.edu> 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 02:54:28 -0000 On Tue, 10 Jun 2008 17:59:59 -0400 Jerry McAllister wrote: > On Tue, Jun 10, 2008 at 05:15:51PM -0400, Martin Cracauer wrote: > > > I'll have to repartition my 6.3 notebook anyway. Can you remind me > > which filesystems I can have background fsck on? My current single > > filesystem install checks it in foreground. > > 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. AFAIK soft-updates are off by default for / because there's no benefit in the standard install, and because snapshots can cause problems with installworld on very small partitions.