From owner-freebsd-stable@FreeBSD.ORG Wed Aug 31 06:07:26 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D81E616A41F for ; Wed, 31 Aug 2005 06:07:26 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F6C43D46 for ; Wed, 31 Aug 2005 06:07:26 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from SMILEY (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id B741519F3B; Tue, 30 Aug 2005 23:10:50 -0700 (PDT) From: "Darren Pilgrim" To: "'Julian H. Stacey'" , "'Steven Hartland'" Date: Tue, 30 Aug 2005 23:07:16 -0700 Message-ID: <002101c5adf2$3db52620$642a15ac@SMILEY> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <200508301216.j7UCGqv6069212@fire.jhs.private> Importance: Normal Cc: freebsd-stable@freebsd.org Subject: RE: Sysinstall automatic filesystem size generation. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2005 06:07:27 -0000 From: Julian H. Stacey > "Steven Hartland" wrote: > > data. In addition to that I dont have to sit though 1 hour worth of=20 > > offline checks when it crashes for what ever reason which I do on our=20 > > FreeBSD boxes. >=20 > [Apologies if I missed something, coming in late on thread, but ...] >=20 > FreeBSD-4 does fsck on dirty filesystems before going multi=20 > user: You wait. > FreeBSD-5.* & 6.0-BETA3 : fsck runs in background after boot:=20 > No waiting. A dirty volume can cause some fairly severe problems if it's used before the background fsck completes repairs. I'd rather delay restart than face even more damage when something else dies because the volume was mounted dirty.