Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2005 12:35:29 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        "David D.W. Downey" <david@cyberspacetech.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Interesting fs usage issue
Message-ID:  <20050322183527.GA32235@dan.emsphone.com>
In-Reply-To: <20050322175407.2890.qmail@webmail10.mesa1.secureserver.net>
References:  <20050322175407.2890.qmail@webmail10.mesa1.secureserver.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Mar 22), David D.W. Downey said:
> /dev/ad0s1d on /tmp (ufs, local, soft-updates)
> 
> df info
> ----------
> /dev/ad0s1d    989M   -444K    911M    -0%    /tmp
> 
> and finally,
> 
> fbdev# du -hs /tmp
> 26K    /tmp
> fbdev#
> 
> Anyone mind explaining this?

You probably have a process holding a reference to a file that's been
unlinked.  Run "fstat -f /tmp" to see.

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050322183527.GA32235>