Whamcloud - gitweb
remove bogus "-e" option from filefrag manpage
[tools/e2fsprogs.git] / misc / filefrag.8.in
1 .\" -*- nroff -*-
2 .TH FILEFRAG 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
3 .SH NAME
4 filefrag \- report on file fragmentation
5 .SH SYNOPSIS
6 .B filefrag
7 [
8 .B \-bsvx
9 ]
10 [
11 .I files...
12 ]
13 .SH DESCRIPTION
14 .B filefrag
15 reports on how badly fragmented a particular file might be.  It makes 
16 allowances for indirect blocks for ext2 and ext3 filesystems, but can be
17 used on files for any filesystem.
18 .PP
19 The 
20 .B filefrag
21 program initially attempts to get the
22 extent information using FIEMAP ioctl which is more efficient and faster.
23 If FIEMAP is not supported then filefrag will fall back to using FIBMAP.
24 .SH OPTIONS
25 .TP
26 .B \-b
27 Use 1024 byte blocksize for the output.
28 .TP
29 .B \-s
30 Sync the file before requesting the mapping.
31 .TP
32 .B \-v
33 Be verbose when checking for file fragmentation.
34 .TP
35 .B \-x
36 Display mapping of extended attributes.
37 .SH AUTHOR
38 .B filefrag
39 was written by Theodore Ts'o <tytso@mit.edu>.