![]() |
![]()
| ![]() |
![]()
NAMEe2freefrag - report free space fragmentation information SYNOPSISe2freefrag [ -c chunk_kb ] [ -h ] filesys DESCRIPTIONe2freefrag is used to report free space fragmentation on ext2/3/4 file systems. filesys is the file system device name (e.g. /dev/hdc1, /dev/md0). The e2freefrag program will scan the block bitmap information to check how many free blocks are present as contiguous and aligned free space. The percentage of contiguous free blocks of size and of alignment chunk_kb is reported. It also displays the minimum/maximum/average free chunk size in the file system, along with a histogram of all free chunks. This information can be used to gauge the level of free space fragmentation in the file system. OPTIONS
EXAMPLE# e2freefrag /dev/vgroot/lvhome
Min. free extent: 4 KB
HISTOGRAM OF FREE EXTENT SIZES:
AUTHORThis version of e2freefrag was written by Rupesh Thakare, and modified by Andreas Dilger <adilger@sun.com>, and Kalpak Shah. SEE ALSOdebugfs(8), dumpe2fs(8), e2fsck(8)
|