Partition still full after removing files


Results 1 to 9 of 9

Thread: Partition still full after removing files

  1. #1
    Join Date
    Oct 2002
    Location
    Milwaukee/Chicago
    Posts
    264

    Partition still full after removing files

    I've never seent his before...

    1. We had a partition that was 100% full.
    2. We removed approx. 10 files which were 2GB in size
    3. The partition still said 100% for about 10 minutes
    4. The partition is "stuck" on 99% full.
    J. Villa

    >>Did you ever tell someone that they shouldn't impose their beliefs on others? Think about it.

  2. #2
    Join Date
    Dec 2002
    Posts
    1,088
    Log files perhaps?
    Check out my ebay auction for my signature space on JLC.

    Hey if people can sell advertising space on thier bodies, I figure I can make $.02 on my signature space.

  3. #3
    Join Date
    Oct 2002
    Location
    Baton Rouge, Louisiana, USA
    Posts
    799
    What's the size of the partition, and what file system? I think that by default, ext3 file systems have 5% of the partition reserved for root. If the large files removed were owned by root, then it could still report as 100% full if it were still at least 95% full (for "real").
    Isaac Kuo, ICQ 29055726 or Yahoo mechdan

  4. #4
    Join Date
    Apr 2003
    Location
    UK
    Posts
    1,180
    If the files you deleted are still being used by some program, then the space will not be freed up until the program has finished with them. That could be what you are seeing here.

  5. #5
    Join Date
    Jan 2004
    Location
    boston, mass USA
    Posts
    1,878
    i had a situation similar....my /tmp was "full" with zero files in it.

    What I *think* happened was:

    # tcpdump>/tmp/file.txt &

    then a kill -9 tcpdump.

    I beleive tcpdump was still writting to a file that wasn't there.

    an fuser of the folder might indicate what/who is using it, but I had to reboot to clear up my situation.

  6. #6
    Join Date
    Dec 2005
    Location
    Sydney, Australia
    Posts
    87
    Hello jdvilla,

    I have seen this type of thing happen on AIX file systems - the file system fills up to 100%, and deleting files makes no difference. I have found that re-booting fixes it, but have never dug any further to find out why.

    Regards,
    Hugh
    You can choose from any of a number of operating systems, or you can use Windows.

    Let he who has coded without bugs cast the first stone.

  7. #7
    Join Date
    Jan 2003
    Posts
    1,012
    I've run into that situation a couple of times. And in each one /tmp was the culprit. I found it useful to use du.
    You can tuna piano, but you can't tune a fish.

    http://www.lunar-linux.org/
    It's worth the spin.

    http://www.pclinuxos.com/page.php?7
    Puts the rest to shame.

  8. #8
    Join Date
    Sep 2004
    Location
    /home/
    Posts
    1,204
    Im wondering how they were deleted.

    If you used something like nautilus instead of command, then you might want to look in your recycle bin or in .Trash-username


    Soule
    Anarchism is founded on the observation that since few men are wise enough to rule themselves, even fewer are wise enough to rule others. - Edward Abbey

    IRC #linuxn00b

    Support your Distro.
    Slackware Store
    Archlinux Schwag

  9. #9
    Join Date
    Oct 2002
    Location
    Milwaukee/Chicago
    Posts
    264
    ratsaw was right on the money with

    If the files you deleted are still being used by some program, then the space will not be freed up until the program has finished with them. That could be what you are seeing here.
    We killed the program and it went right down to 6%
    J. Villa

    >>Did you ever tell someone that they shouldn't impose their beliefs on others? Think about it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •