There is 5% reserved on this filesystem as a safety resource for root user.
You can check yours with the command "tune2fs -l /dev/sda1" and inspecting the line "Reserved block count:". It should be 5% or 10% of "Block count:" value.
Other space is used by the filesystem itself, like superblocks, bad blocks maps, etc....
So, a really full filesystem should display 105% at Use% colunm.
Attention: The command tune2fs is fine for ext2/ext3 partition. If yours is reiserfs, xfs, or other, the command tune2fs will not work ! I don't know a similar program for theses others fs, but the concept is the same.
Last edited by marozsas; 06-14-2006 at 06:54 AM.
|