Linux Commands Examples

A great documentation place for Linux commands

filefrag

report on file fragmentation

Synopsis

filefrag [ -Bbsvx ] [ files... ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

filefrag reports on how badly fragmented a particular file might be. It makes allowances for indirect blocks for ext2 and ext3 filesystems, 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[:at:]mit[:dot:]edu>.

How can this site be more helpful to YOU ?


give  feedback