Man/filefrag 8
From Wikux.org
Contents |
FILEFRAG
Section: Maintenance Commands (8)
Updated: April 2007
Index Return to Main Contents
NAME
filefrag - report on file fragmentation
SYNOPSIS
filefrag [ -v ] [ files... ]
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.
OPTIONS
- -v
- Be verbose when checking for file fragmentation.
AUTHOR
filefrag was written by Theodore Ts'o <tytso@mit.edu>.