debian man page for filefrag

Query: filefrag

OS: debian

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FILEFRAG(8)						      System Manager's Manual						       FILEFRAG(8)

NAME
filefrag - report on file fragmentation
SYNOPSIS
filefrag [ -Bbsvx ] [ files... ]
DESCRIPTION
filefrag reports on how badly fragmented a particular file might be. It makes allowances for indirect blocks for ext2 and ext3 filesys- tems, but can be used on files for any filesystem. The filefrag program initially attempts to get the extent information using FIEMAP ioctl which is more efficient and faster. If FIEMAP is not supported then filefrag will fall back to using FIBMAP.
OPTIONS
-B Force the use of the older FIBMAP ioctl instead of the FIEMAP ioctl for testing purposes. -b Use 1024 byte blocksize for the output. -s Sync the file before requesting the mapping. -v Be verbose when checking for file fragmentation. -x Display mapping of extended attributes.
AUTHOR
filefrag was written by Theodore Ts'o <tytso@mit.edu>. E2fsprogs version 1.42.5 July 2012 FILEFRAG(8)
Related Man Pages
dumpe2fs(8) - centos
filefrag(8) - centos
dumpe2fs(8) - opendarwin
dumpe2fs(8) - xfree86
dumpe2fs(8) - x11r4
Similar Topics in the Unix Linux Community
will a new file be contiguous on my drive?
Need help for getting hard-disk traces
DD command using block device as input
Translate file name to disk blocks on UFS