From: Tomasz Chmielewski <mangoo@wpkg.org>
To: LKML <linux-kernel@vger.kernel.org>
Cc: james.ausmus@gmail.com
Subject: Re: Possible 2.6.23 regression - Disappearing disk space
Date: Wed, 24 Oct 2007 20:25:20 +0200 [thread overview]
Message-ID: <471F8E10.3090403@wpkg.org> (raw)
James Ausmus wrote:
> As a note - when I first see the issue, I have exactly 0 free space
> available on root, as per df - I then delete some random things in
> order to have enough free space to operate, which is why in my first
> df you see 55M available
Perhaps some program still uses some (deleted) files.
Here's how you can achieve a similar effect manually:
# dd if=/dev/zero of=/file
And on another terminal:
# rm -f /file
Now watch your space decreasing with "df -h", although "the file was
deleted". Was it really?
# lsof -n|grep /file
dd 6406 root 1w REG 8,1 807791616
45 /file (deleted)
That said, you might want to use lsof and search for "deleted" before
concluding any further.
--
Tomasz Chmielewski
http://wpkg.org
next reply other threads:[~2007-10-24 18:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-24 18:25 Tomasz Chmielewski [this message]
2007-10-24 18:30 ` Possible 2.6.23 regression - Disappearing disk space James Ausmus
-- strict thread matches above, loose matches on Subject: below --
2007-10-26 19:19 Tomasz Chmielewski
2007-10-24 18:05 James Ausmus
2007-10-25 11:56 ` Rolf Eike Beer
2007-10-26 0:46 ` Bill Davidsen
2007-10-26 19:14 ` James Ausmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=471F8E10.3090403@wpkg.org \
--to=mangoo@wpkg.org \
--cc=james.ausmus@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox