From owner-freebsd-questions@FreeBSD.ORG Fri Feb 29 22:30:17 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 BB76A1065670 for ; Fri, 29 Feb 2008 22:30:17 +0000 (UTC) (envelope-from fbsd06+TS=74a970fe@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 93F9F8FC29 for ; Fri, 29 Feb 2008 22:30:17 +0000 (UTC) (envelope-from fbsd06+TS=74a970fe@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 49CA4163DE8 for ; Fri, 29 Feb 2008 16:58:41 -0500 (EST) 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 EBAD0D051D for ; Fri, 29 Feb 2008 16:58:39 -0500 (EST) Date: Fri, 29 Feb 2008 21:58:37 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080229215837.50f9fd7d@gumby.homeunix.com.> In-Reply-To: <20080229174508.GA10369@cons.org> References: <20080229174508.GA10369@cons.org> X-Mailer: Claws Mail 3.3.0 (GTK+ 2.12.8; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: What exactly do I have to do to get background fsck? 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: Fri, 29 Feb 2008 22:30:17 -0000 On Fri, 29 Feb 2008 12:45:08 -0500 Martin Cracauer wrote: > My Thinkpad got instable, and I haven't figured out yet whether it's > hardware, FreeBSD's RELENG_6 kernel or X11/DRI. Anyway... > > I always go through a foreground fsck, no matter whether the thing > paniced or had a powercycle, or how long it has been up. I have > softupdates activated but I must be missing something. > > I badly need background fsck. We are talking a 1.3 GHz, a 5400 rpm > P-ATA notebook harddrive with a 150 GB filesystem here :-/ It's the default for all partitions with soft-updates enabled. sysinstall defaults to enabling soft-updates on all except the root partition, so if you created one big partition you need to use tunefs to enable soft-updates.