From owner-freebsd-questions@FreeBSD.ORG Mon May 23 13:26:27 2005 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 6BA3C16A41C for ; Mon, 23 May 2005 13:26:27 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2933543D48 for ; Mon, 23 May 2005 13:26:27 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id j4NDQPJF005077; Mon, 23 May 2005 09:26:25 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j4NDQPZx005076; Mon, 23 May 2005 09:26:25 -0400 (EDT) From: Jerry McAllister Message-Id: <200505231326.j4NDQPZx005076@clunix.cl.msu.edu> To: adam@internode.com.au (Adam Smith) Date: Mon, 23 May 2005 09:26:25 -0400 (EDT) In-Reply-To: <20050523132040.GA50933@internode.com.au> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: free space showing wrong; fsck doesn't help 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: Mon, 23 May 2005 13:26:27 -0000 > > I have a partition showing the wrong free disk space on FreeBSD 5.3: > > $ uname -a > FreeBSD nautilus.bugman.cx 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > [adam@nautilus /home/adam]$ df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1a 248M 46M 182M 20% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/ad0s1e 248M 224K 228M 0% /tmp > /dev/ad0s1f 34G 6.7G 25G 21% /usr > /dev/ad0s1d 248M 37M 191M 16% /var > /dev/ad2s1d 180G 168G -2.4G 101% /data > devfs 1.0K 1.0K 0B 100% /var/named/dev > > Notice the /data partition.... > > Used and Size don't mathematically calculate. It's causing all sorts of > errors when programs try and write to the disk... Please check the archives and the handook regarding system reserved space on file systems. This has been covered so many times it makes my carpal tunnel ache just to think about typing stuff about it again. Briefly, the system reserves a portion - 8% by default - on a file system to deal with possibilities of needing cleanup and operating space if a file system fills up. The per cent is settable, but 8 has worked well and has become the default. ////jerry > > I have run fsck -fy on the partition while it was unmounted; no effect. > I've CTRL-C'd another fsck which marked the partition dirty, rebooted, and > let fsck do it's own thing; no effect. > > What do I need to do to fix this inconsistency? > > > Cheers > > > -- > Adam Smith > Internode : http://www.internode.on.net > Phone : (08) 8228 2999 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >