mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 18:43:53 +08:00
9642413014
badly fragmented a file might be.
25 lines
559 B
Groff
25 lines
559 B
Groff
.\" -*- nroff -*-
|
|
.TH FILEFRAG 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
|
|
.SH NAME
|
|
filefrag \- report on file fragmentation
|
|
.SH SYNOPSIS
|
|
.B filefrag
|
|
[
|
|
.B \-v
|
|
]
|
|
[
|
|
.I files...
|
|
]
|
|
.SH DESCRIPTION
|
|
.B 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.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-v
|
|
Be verbose when checking for file fragmentation.
|
|
.SH AUTHOR
|
|
.B filefrag
|
|
was written by Theodore Ts'o <tytso@mit.edu>.
|