From owner-freebsd-questions@FreeBSD.ORG Sat Aug 5 20:01:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EB0216A4DD for ; Sat, 5 Aug 2006 20:01:13 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id C946B43D46 for ; Sat, 5 Aug 2006 20:01:12 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so849903nfe for ; Sat, 05 Aug 2006 13:01:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=m632/B94p16uPsyMRjyRGhl0US5THICmfVb/X/dZZILzsek5klOsLRrs3FLSl8Z1b6YvpVm2o+6cr1eD8wX2TRoEPPNlbZESfawiI/nL/1W3tLirrJi/u5YkCrGM2++qrClebzPi0EZP8yZ5z+yj6zkK5w5le5YYkGbHOtf7qbg= Received: by 10.48.242.19 with SMTP id p19mr6889419nfh; Sat, 05 Aug 2006 13:01:11 -0700 (PDT) Received: by 10.48.208.6 with HTTP; Sat, 5 Aug 2006 13:01:11 -0700 (PDT) Message-ID: Date: Sat, 5 Aug 2006 21:01:11 +0100 From: Freminlins To: "Martin Hepworth" In-Reply-To: <72cf361e0608051235n5c0e70fobc6f6caad8eeec69@mail.gmail.com> MIME-Version: 1.0 References: <44D14C43.10957.1C8B605A@rabing.omc.net> <20060803001240.41813.qmail@web34508.mail.mud.yahoo.com> <72cf361e0608051235n5c0e70fobc6f6caad8eeec69@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 4TB filesystem 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: Sat, 05 Aug 2006 20:01:13 -0000 On 05/08/06, Martin Hepworth wrote: > > Softupdates removes the issue if havinh to fsck filesystems after and > unclean umount..... > No it doesn't. Absolutely not. After an unclean shutdown fsck runs in the background. And sometimes it can't do that. Here's an example: Jul 23 17:54:01 zoe fsck: /dev/amrd0s1g: CANNOT CREATE SNAPSHOT /d1/.snap/fsck_snapshot: File too large Jul 23 17:54:01 zoe fsck: Jul 23 17:54:01 zoe fsck: /dev/amrd0s1g: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. The /etc/defaults/rc.conf file has a comment on this too: background_fsck="YES" # Attempt to run fsck in the background where possible. Frem.