Missing blocks

Jon Burgess jburgess777 at googlemail.com
Mon Mar 5 22:39:34 UTC 2007


On Mon, 2007-03-05 at 16:18 -0600, Matt Dodson wrote:
> Hopefully this is a simple issue or just my ignorance on the results
> returned by “df -k” but can anyone explain why the available block is
> 0 if total 1k-blocks – Used is greater than 0? 
> 
> 
You have 5% reserved for root use only, this is 20GB on your current
filesystem. See the -m option in 'man mke2fs' for details. 

tune2fs can adjust this if the filesystem is unmounted. 



> #df -k /ems/bigdisk/
> 
> Filesystem                              1K-blocks       Used
> Available       Use%    Mounted on
> 
> /dev/mapper/vg0-bigdisk                     397367512   383562960
> 0             100%    /<name>
> 

> Block count:              100925440
> 
> Reserved block count:     5046160
> 
> Free blocks:              3174088

> Block size:               4096

Above we see 5046160 x 4096 bytes are reserved.

	Jon





More information about the Ext3-users mailing list