From owner-freebsd-questions@FreeBSD.ORG Sun May 9 12:13:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18A0F1065674 for ; Sun, 9 May 2010 12:13:41 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [109.74.192.160]) by mx1.freebsd.org (Postfix) with ESMTP id CCD558FC16 for ; Sun, 9 May 2010 12:13:40 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id BF552C400C; Sun, 9 May 2010 12:13:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muon.cran.org.uk X-Spam-Level: X-Spam-Status: No, score=-2.4 required=8.0 tests=AWL,BAYES_00,RDNS_DYNAMIC autolearn=no version=3.2.5 Received: from core.draftnet (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Sun, 9 May 2010 12:13:39 +0000 (UTC) From: Bruce Cran To: Ansar Mohammed Date: Sun, 9 May 2010 13:12:54 +0100 User-Agent: KMail/1.13.3 (FreeBSD/9.0-CURRENT; KDE/4.4.3; amd64; ; ) References: <201005091046.08871.bruce@cran.org.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201005091312.54603.bruce@cran.org.uk> Cc: Bobby Walker , freebsd-questions@freebsd.org Subject: Re: File system 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: Sun, 09 May 2010 12:13:41 -0000 On Sunday 09 May 2010 12:54:59 Ansar Mohammed wrote: > Thank you Bruce and Matthew, > for your very informed and insightful comments. > I read online that this may be fixed in FreeBSD 9 with jeff's UFS > Journaling patch. Have you guys tried this yet? > http://jeffr-tech.livejournal.com/ My test where I pressed the reset button was with SU+J: since the journaling is built upon SoftUpdates it does nothing to improve reliability, but simply exists to remove the need to run fsck on boot. -- Bruce Cran