Theodore Ts'o | 9642413 | 2003-12-17 10:13:41 -0500 | [diff] [blame] | 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 \-v |
| 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 | .SH OPTIONS |
| 19 | .TP |
| 20 | .B \-v |
| 21 | Be verbose when checking for file fragmentation. |
| 22 | .SH AUTHOR |
| 23 | .B filefrag |
| 24 | was written by Theodore Ts'o <tytso@mit.edu>. |