From owner-freebsd-questions Wed Aug 6 15:25:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA24269 for questions-outgoing; Wed, 6 Aug 1997 15:25:01 -0700 (PDT) Received: from isf.kiev.ua (sunone.isf.kiev.ua [194.44.162.131]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA24202 for ; Wed, 6 Aug 1997 15:23:57 -0700 (PDT) Received: from olinet.isf.kiev.ua by isf.kiev.ua with ESMTP id BAA24706; (8.8.3/2.b1) Thu, 7 Aug 1997 01:17:22 +0300 (EET DST) Received: from kushnir.kiev.ua by olinet.isf.kiev.ua with SMTP id BAA02443; (8.8.3/vak/1.9) Thu, 7 Aug 1997 01:14:13 +0300 (EET DST) Date: Thu, 7 Aug 1997 01:16:33 +0300 (EEST) From: Vladimir Kushnir X-Sender: volodya@kushnir.kiev.ua To: freebsd-questions@FreeBSD.ORG Subject: Strange df output: what's wrong? 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 all, I've just noticed that df gives me a strange output for /usr: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0a 31775 14491 14742 50% / /dev/wd0s2f 826575 657381 103068 86% /usr /dev/wd0s2e 29727 4826 22523 18% /var procfs 4 4 0 100% /proc It looks like some 66 Mb just desappeared. I've checked /usr with du and it confirms the 657381 Mb space used. This is definitely not swap, and I don't see any lost files (or whatever). Nor did I find the possible source for this inconsistency in docs. Would please anybody explain what can be wrong (if there is something) and how can I fix it? Any help would be greatly appreciated. Vladimir