From owner-freebsd-questions@FreeBSD.ORG Thu Mar 1 18:30:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 28CD016A401 for ; Thu, 1 Mar 2007 18:30:05 +0000 (UTC) (envelope-from lists@interpool.ca) Received: from simmts8-srv.bellnexxia.net (simmts8.bellnexxia.net [206.47.199.166]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC3B13C478 for ; Thu, 1 Mar 2007 18:30:04 +0000 (UTC) (envelope-from lists@interpool.ca) Received: from localhost ([69.158.191.23]) by simmts8-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with SMTP id <20070301183003.YTOO1663.simmts8-srv.bellnexxia.net@localhost>; Thu, 1 Mar 2007 13:30:03 -0500 Date: Thu, 1 Mar 2007 13:30:04 -0500 From: Gerry Freymann To: "illoai@gmail.com" Message-Id: <20070301133004.76bc02b8.lists@interpool.ca> In-Reply-To: References: <841087.71142.qm@web62204.mail.re1.yahoo.com> <20070301101238.7a51585e.lists@interpool.ca> Organization: Interpool Development www.interpool.ca X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FSCK question on FreeBSD 5.4R 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: Thu, 01 Mar 2007 18:30:05 -0000 On Thu, 1 Mar 2007 12:21:02 -0600 "illoai@gmail.com" wrote: >Is the error (as such): > >FREE BLK COUNT(S) WRONG IN SUPERBLK >SALVAGE? > >Because, this is nothing more than an artifact of >fsck-ing a live filesystem with softupdates on. >Unmount (or maybe downgrade it to read-only). Awh, you may have hit the nail on the head. /dev/ad0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/ad0s1d on /files (ufs, local, soft-updates) /dev/ad0s1e on /usr (ufs, local, soft-updates) /dev/ad0s1f on /var (ufs, local, soft-updates) /dev/ad0s1g on /web (ufs, local, soft-updates) Soft updates are on. Is that true even in single user mode?