Skip to main content

All Questions

Tagged with
16 votes
1 answer
5k views

After deleting lots of large files, free space increases with a large delay

Yesterday, I have deleted 71 GB of files on my home/media server. Free space before: 117 GB Free space after: 126 GB So, instead of having 71 GB of additional free space, I only had 9 GB. I have ...
Markus N.'s user avatar
  • 585
2 votes
2 answers
3k views

Calculate minimum ext3 partition size for certain amount of data

These following ext3 partitions contain identical data. As we can see, the larger the partition size, the more space is required for the same files: Filesystem 1K-blocks Used Available ...
Daniel Beck's user avatar
  • 111k
3 votes
2 answers
7k views

linux df and OSError: [Errno 28] No space left on device

I've got a weird inconsistency (although I'm probably just missing something quite basic). While running some script that generates small files on my I disk, I constantly get this error: OSError: [...
Shmulik2004's user avatar
4 votes
5 answers
7k views

How can a linux disk be full, but files total to significanly less?

df reports 16G partition at 100%. du on root reports about 1G in files. Where did all my disk space go?
Justin Love's user avatar
  • 1,006