From owner-freebsd-stable@FreeBSD.ORG Sun Jun 12 01:25:42 2005 Return-Path: X-Original-To: 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 F21FD16A41C; Sun, 12 Jun 2005 01:25:41 +0000 (GMT) (envelope-from dcp1990@neptune.atopia.net) Received: from neptune.atopia.net (neptune.atopia.net [209.128.231.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E3743D49; Sun, 12 Jun 2005 01:25:41 +0000 (GMT) (envelope-from dcp1990@neptune.atopia.net) Received: by neptune.atopia.net (Postfix, from userid 1034) id 04B3B4105; Sat, 11 Jun 2005 21:25:41 -0400 (EDT) Date: Sat, 11 Jun 2005 21:25:40 -0400 From: Dan Ponte To: freebsd-stable@freebsd.org, stable@freebsd.org Message-ID: <20050612012540.GA26097@neptune.atopia.net> Mail-Followup-To: freebsd-stable@freebsd.org, stable@freebsd.org References: <42AAA198.3080701@kuwaitnet.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <42AAA198.3080701@kuwaitnet.net> User-Agent: Mutt/1.5.8i Cc: Subject: Re: weird df -k output 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: Sun, 12 Jun 2005 01:25:42 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 11, 2005 at 11:32:24AM +0300, Bashar was wi= tnessed plotting the following conspiracy: > FreeBSDers, >=20 > got this weird df -k output on one of my 5.3 boxes which show either=20 > after long uptime or high load: > # df -k > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 507630 215166 251854 46% / > devfs 1 1 0 100% /dev > /dev/ad0s1g 102405926 49029352 45184100 52% /home > /dev/ad0s1d 507630 9832 457188 2% /tmp > /dev/ad0s1e 5052462 3957240 691026 85% /usr > /dev/ad0s1f 5052462 1796916 2851350 39% /var > procfs 4 4 0 100% /proc > /libexec 507630 215166 251854 46% libexec > /lib 507630 215166 251854 46% lib > /usr/lib 5052462 3957240 691026 85% usr/lib > /usr/sbin 5052462 3957240 691026 85% usr/sbin > /usr/share 5052462 3957240 691026 85% usr/share > /usr/bin 5052462 3957240 691026 85% usr/bin > /usr/man 5052462 3957240 691026 85% usr/man > /usr/X11R6 5052462 3957240 691026 85% usr/X11R6 > /usr/libexec 5052462 3957240 691026 85% usr/libexec > /usr/local/bin 5052462 3957240 691026 85% usr/local/bin > /usr/local/lib 5052462 3957240 691026 85% usr/local/lib > /var/spool 5052462 1796916 2851350 39% var/spool > /var/lib 5052462 1796916 2851350 39% var/lib > /var/run 5052462 1796916 2851350 39% var/run > /var/log 5052462 1796916 2851350 39% var/log > /home/b12 102405926 49029352 45184100 52% b12 > /tmp 507630 9832 457188 2% tmp > /dev 1 1 0 100% dev > /bin 507630 215166 251854 46% bin > /proc 4 4 0 100% proc Apparently, you're mounting those directories using nullfs (man 8 mount_nullfs). Look around in fstab; maybe you or someone else put such entries there. It is extremely odd, though. -Dan --=20 Dan Ponte http://www.theamigan.net/ Never be led astray onto the path of virtue. --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCq48U8dUD8SpKFR8RAiuEAKDEqonv8HLV1eutS4YvXQzkTdS6JQCfbuQ+ v2ceRHztQR2oGm4ahbFTiUE= =L5uF -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM--