Date: Mon, 10 Nov 2008 23:21:11 +0700 From: Eugene Grosbein <eugen@kuzbass.ru> To: Stephen Clark <sclark46@earthlink.net> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: du and df don't agree Message-ID: <20081110162111.GA26951@svzserv.kemerovo.su> In-Reply-To: <49185ABC.6080004@earthlink.net> References: <49185ABC.6080004@earthlink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 10, 2008 at 11:01:00AM -0500, Stephen Clark wrote: > Why would du show 630k used by /tmp while df show 161M used > by /tmp? > > I have run fstat /tmp and can't find any files that are using > the space that df is claiming as being used. You need lsof +aL1 /tmp to see an answer. Eugene Grosbein
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081110162111.GA26951>