From owner-freebsd-current@FreeBSD.ORG Mon Sep 6 06:10:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CBFE16A4CE for ; Mon, 6 Sep 2004 06:10:22 +0000 (GMT) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4337B43D69 for ; Mon, 6 Sep 2004 06:10:21 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received-SPF: pass (mp2.macomnet.net: domain of maxim@macomnet.ru designates 127.0.0.1 as permitted sender) receiver=mp2.macomnet.net; client_ip=127.0.0.1; envelope-from=maxim@macomnet.ru; Received: from localhost (k8qqp5wv@localhost [127.0.0.1]) by mp2.macomnet.net (8.12.11/8.12.11) with ESMTP id i866AJ4w019777; Mon, 6 Sep 2004 10:10:19 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 6 Sep 2004 10:10:19 +0400 (MSD) From: Maxim Konovalov To: Peter Jeremy In-Reply-To: <20040904080058.GV423@cirb503493.alcatel.com.au> Message-ID: <20040906100735.F19720@mp2.macomnet.net> References: <20040904080058.GV423@cirb503493.alcatel.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: 5.3-BETA2 df(1) reports incorrect values for UFS1 FS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 06:10:22 -0000 On Sat, 4 Sep 2004, 18:01+1000, Peter Jeremy wrote: > On a 4.10 system, my /home reports as: > Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on > /dev/ad0s3g 86710002 71758104 8015098 90% 1803049 9038549 17% /home > > When I mount it on a 5.3-BETA2 system, I get: > Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on > /dev/ad0s3g 86710002 1929924 77843278 2% 70983 10770615 1% /home > > This is somewhat disconcerting. As far as I can tell, all the files are > there but 5.3 doesn't realise it. > > fsck on 5.3 reports no errors and: > 1803048 files, 35879051 used, 42390039 free (1903 frags, 5298517 blocks, 0.0% fragmentation) > fsck on 4.10 reports no errors and: > 1803048 files, 35879051 used, 7475950 free (390462 frags, 885656 blocks, 0.9% fragmentation) > > Any ideas what is wrong with 5.3? More critically, is it safe to write > to a UFS1 filesystem with 5.3? Known bug with superblock summary: http://freebsd.rambler.ru/bsdmail/freebsd-current_2003/msg04802.html http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/65223 -- Maxim Konovalov