From owner-freebsd-stable@FreeBSD.ORG Thu Jul 27 00:09:22 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E508216A4E0 for ; Thu, 27 Jul 2006 00:09:22 +0000 (UTC) (envelope-from jd@ugcs.caltech.edu) Received: from groat.ugcs.caltech.edu (groat.ugcs.caltech.edu [131.215.176.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F98843D49 for ; Thu, 27 Jul 2006 00:09:22 +0000 (GMT) (envelope-from jd@ugcs.caltech.edu) Received: by groat.ugcs.caltech.edu (Postfix, from userid 3640) id 248E55880B; Wed, 26 Jul 2006 17:09:20 -0700 (PDT) Date: Wed, 26 Jul 2006 17:09:20 -0700 From: Paul Allen To: "Julian H. Stacey" Message-ID: <20060727000920.GH12597@groat.ugcs.caltech.edu> References: <44C7A147.9010106@dmv.com> <200607262345.k6QNjGv2012721@fire.jhs.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607262345.k6QNjGv2012721@fire.jhs.private> Sender: jd@ugcs.caltech.edu Cc: Sven Willenberger , freebsd-stable@freebsd.org, Feargal Reilly Subject: Re: filesystem full error with inumber X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 00:09:23 -0000 >From "Julian H. Stacey" , Thu, Jul 27, 2006 at 01:45:16AM +0200: > Negative isnt an example of programming error, just that the system > is now using the last bit only root can use. > > for insight try for example > man tunefs > reboot > boot -s > tunefs -m 2 /dev/da0s1e > then decide what level of m you want default is 8 to 10 I recall. > > > > > > df -h > > Filesystem Size Used Avail Capacity Mounted on > > /dev/da0s1a 496M 63M 393M 14% / > > devfs 1.0K 1.0K 0B 100% /dev > > /dev/da0s1e 989M -132M 1.0G -14% /tmp > > /dev/da0s1f 15G 478M 14G 3% /usr > > /dev/da0s1d 15G -1.0G 14G -8% /var > > /dev/md0 496M 228K 456M 0% /var/spool/MIMEDefang > > devfs 1.0K 1.0K 0B 100% /var/named/dev > > > > Sven Julian: if you looked more closely you would see that the negative numbers appear not in the available category but in the 'USED'. This has nothing to do with root reserve. It may have something to do with background fsck though but it is rather inconsistent. 989 - (-132) == 1G 15G - (-1.0G) != 14G