from small one page howto to huge articles all in one place
 

search text in:





Poll
Which kernel version do you use?





poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

186347

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250360

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

137535

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





FILEFRAG

Section: Maintenance Commands (8)
Updated: August 2017
Index Return to Main Contents
 

NAME

filefrag - report on file fragmentation  

SYNOPSIS

filefrag [ -bblocksize ] [ -BeksvxX ] [ 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.

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.
-bblocksize
Use blocksize in bytes for output instead of the filesystem blocksize. For compatibility with earlier versions of filefrag, if blocksize is unspecified it defaults to 1024 bytes.
-e
Print output in extent format, even for block-mapped files.
-k
Use 1024-byte blocksize for output (identical to '-b 1024').
-s
Sync the file before requesting the mapping.
-v
Be verbose when checking for file fragmentation.
-x
Display mapping of extended attributes.
-X
Display extent block numbers in hexadecimal format.
 

AUTHOR

filefrag was written by Theodore Ts'o <tytso@mit.edu>.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 18.7 ms