From owner-freebsd-questions@FreeBSD.ORG Wed Feb 15 04:45:20 2006 Return-Path: X-Original-To: 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 9BE2C16A420 for ; Wed, 15 Feb 2006 04:45:20 +0000 (GMT) (envelope-from jimmiejaz@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3721A43D46 for ; Wed, 15 Feb 2006 04:45:20 +0000 (GMT) (envelope-from jimmiejaz@gmail.com) Received: by xproxy.gmail.com with SMTP id s16so1021342wxc for ; Tue, 14 Feb 2006 20:45:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W/P7jzt/TaKiAWgoaGIPW/h+1Sg3q6rJSzjXIPC6PYWRvHG9TYj/h5LwSWEnCqIRfiLxdW1PVn5kS7riKi95lixxeSKByFx0D+LwOklSyyFsqCjr8FuKF5q5woFYn13dcNXTkiIrCp0EgYrmiu4QACh3zxOYCf7q66LQxVowBk8= Received: by 10.70.9.19 with SMTP id 19mr196855wxi; Tue, 14 Feb 2006 20:45:19 -0800 (PST) Received: by 10.70.7.14 with HTTP; Tue, 14 Feb 2006 20:45:19 -0800 (PST) Message-ID: <7e148fb90602142045v71cc7c06p7054210693c03653@mail.gmail.com> Date: Tue, 14 Feb 2006 23:45:19 -0500 From: Jimmie James To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Odd daily run output 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: Wed, 15 Feb 2006 04:45:20 -0000 [23:38:01] jimmie@fortytwo <143> [0] ~>uname -a FreeBSD fortytwo.zapto.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Feb 2 08:01:49 EST 2006 =20 root@fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO i386 Date: Tue, 14 Feb 2006 03:04:29 -0500 (EST) Subject: fortytwo.zapto.org daily run output Disk status: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 253678 53922 179462 23% / devfs 1 1 0 100% /dev /dev/ad0s1e 253678 -1358 234742 -1% /tmp /dev/ad0s1f 111776478 17198238 85636122 17% /usr /dev/ad0s1d 253678 25808 207576 11% /var procfs 4 4 0 100% /proc fdescfs 1 1 0 100% /dev/fd [23:38:02] jimmie@fortytwo <144> [0] ~>mount /dev/ad0s1a on / (ufs, local, acls) devfs on /dev (devfs, local) /dev/ad0s1e on /tmp (ufs, local, soft-updates, acls) /dev/ad0s1f on /usr (ufs, local, soft-updates, acls) /dev/ad0s1d on /var (ufs, local, soft-updates, acls) procfs on /proc (procfs, local) fdescfs on /dev/fd (fdescfs) [22:39:32] jimmie@fortytwo <120> [0] ~#du -sh /tmp/ 16K /tmp/ I know there's 8% reserved for softupdates, but how is it possible that there's _extra_ space on /tmp ? What am I missing? This is the first time I've seen this. The only issue I've had was a hardlockup (not reproducable, nothing in logs) doing a kldunload msdosfs.ko the other day.