Date: Wed, 9 Jun 2004 10:44:30 -0700 (PDT) From: Brian O'Shea <b_oshea@yahoo.com> To: hackers@freebsd.org Cc: jose@hostarica.com Subject: Re: bugs with disk space Message-ID: <20040609174430.22884.qmail@web50908.mail.yahoo.com> In-Reply-To: <1086798813.85952.7.camel@jose.hostarica.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Jose, --- Jose Hidalgo Herrera <jose@hostarica.com> wrote: > There is something wrong here: > > srv0:~# uname -r > 4.9-RELEASE-p4 > > srv0:~# df -hi / > Filesystem Size Used Avail Capacity iused ifree %iused Mounted on > /dev/ad0s1a 126M 125M -8.9M 108% 1364 14890 8% / > > srv0:~# du -shx / > 36M / Most likely some files were deleted that were open by some other process. The disk blocks will not be freed until all deleted files are closed by processes that have them open. Cheers, -brian __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040609174430.22884.qmail>