October 4, 2009
Normally when a partition fills up, you remove some files, freeing up some space and watch your disk usage drop in
df -h The first time recently I ran into a situation where that wasn’t the case. I had filled up my root partition and after removing some files and moving some others to another partition I noticed no change in my output of
df -h Applications were crashing since they couldn’t write to the partition but I knew I had removed at least a few GB’s worth of data.
read more