From owner-freebsd-questions Sun Sep 28 22:11:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17019 for questions-outgoing; Sun, 28 Sep 1997 22:11:45 -0700 (PDT) Received: from core.IConNet.NET (core.IConNet.NET [199.173.162.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17008 for ; Sun, 28 Sep 1997 22:11:41 -0700 (PDT) Received: from myname.my.domain (client201-122-20.bellatlantic.net [151.201.122.20]) by core.IConNet.NET (IConNet Sendmail) with SMTP id BAA26515 for ; Mon, 29 Sep 1997 01:11:33 -0400 (EDT) Date: Mon, 29 Sep 1997 01:13:06 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: freebsd-questions@FreeBSD.org Subject: "df" estimates are off Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello, Recently, I've noticed that the df command has been showing negative disk space, and was wondering how far negative it could go until the /usr partition was full: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0a 48431 39551 5006 89% / /dev/wd0s1 423072 392984 30088 93% /dos /dev/wd0s4e 548911 526867 -21868 104% /usr procfs 4 4 0 100% /proc But then I noticed that, for /usr, it shows -21868 avail, but when doing the math, 22044 is actually available. For /, shows 5006, but act. free space is 8880. The disk usage for /dos is right on target. Is it because df is allowing for a 'safety margin' of free space, or do I need to reboot or rebuild some database or something? Thanks for any responses Donn