FILEFRAG(8) FILEFRAG(8)
名前
filefrag - ファイルの断片化を報告する
書式
filefrag [ -v ] [ files... ]
説明
filefrag は特定のファイルがどのくらい酷く断片化されているかを報告する。
このプログラムは、ext2 と ext3 ファイルシステムの間接ブロックを許してい
るが、全てのファイルシステム上のファイルに使うことができる。
オプション
-v ファイルの断片化をチェックするときに、詳細に報告する。
著者
filefrag は Theodore Ts’o
FILEFRAG(8) FILEFRAG(8)
NAME
filefrag - report on file fragmentation
SYNOPSIS
filefrag [ -Bbsvx ] [ 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.
-b Use 1024 byte blocksize for the output.
-s Sync the file before requesting the mapping.
-v Be verbose when checking for file fragmentation.
-x Display mapping of extended attributes.
AUTHOR
filefrag was written by Theodore Ts’o
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa