E2FSCK(8) E2FSCK(8)
名前
e2fsck - Linux ext2/ext3 ファイルシステムをチェックする
書式
e2fsck [ -pacnyrdfkvstDFSV ] [ -b superblock ] [ -B blocksize ] [ -l|-L
bad_blocks_file ] [ -C fd ] [ -j external-journal ] [ -E
extended_options ] device
説明
e2fsck は Linux 第 2 拡張ファイルシステム (ext2fs) をチェックする。
e2fsck はジャーナル付きの ext2 ファイルシステムもサポートする。このファ
イルシステムは ext3 ファイルシステムとも呼ばれ、この場合は通常の e2fsck
処理を行う前に、まずジャーナルをファイルシステムに適用する。ジャーナ ル
を適用した後、ファイルシステムは通常 clean であるとマークされる。よって
、ext3 ファイルシステムに対しては、 e2fsck は通常ジャーナルを実行して終
了 するだけになる (ただしスーパーブロックに、より詳細なチェックを要求す
る内容が記述されている場合は別)。
device はファイルシステムが保存されているデバイスファイルであ る ( 例:
dev/hdc1)。
マ ウントされているファイルシステムに対して e2fsck を実行するのは、一般
的に言って、安全でないという点に注意すること。唯一の例外は、 -n が指 定
さ れていて、かつ -c, -l, -L オプションが指定されていない場合である。し
かし安全に実行できたとしても、ファイルシステムがマウントされていると き
に e2fsck で表示される結果は有効ではない。マウントされているファイルシ
ステムをチェックすべきか否かを e2fsck が質問してきた場合、唯一の正し い
答 えは ‘‘no’’ である。何をしているかを本当に分かっているエキスパートの
みが、この質問に対して別の答えを出すかを考えるべきである。
オプション
-a このオプションは -p オプションと同様のものとみなされる。下位互換
性 のためにのみ準備されているオプションであるため、できる限り -p
オプションを使うことが推奨される。
-b superblock
通常のスーパーブロックのかわりに、 superblock をスーパーブロック
として利用する。このオプションが用いられるのは、プライマリなスー
パーブロックが壊れた場合である。バックアップスーパーブロックの場
所は、ファイルシステムのブロックサイズによって異なる。ファイルシ
ステムのブロックサイズが 1k の場合、バックアップスーパーブロック
は 8193 にある。また、ブロックサイズが 2k の場合は 16384 に、 4k
の場合は 32768 にある。
バックアップ用の追加スーパーブロックの位置を決めるには、 mke2fs
プログラムを -n オプション付きで実行して、スーパーブロックが生成
された場所を表示させればよい。スーパーブロックの正確な場所を表示
させたければ、 -b オプションでファイルシステムのブロックサイズを
指定して mke2fs を実行しなければならない。
代替スーパーブロックが指定され、ファイルシステムが read-only 以
外で open されている場合、 e2fsck はファイルシステムのチェックが
終わったときにプライマリのスーパーブロックを適切な値に更新するか
どうかの確認を求める。
-B blocksize
通常 e2fsck は、適切なブロックサイズを探すためにスーパーブロック
を様々なブロックサイズでサーチする。この作業は無駄な場合がある。
このオプションは、ブロックサイズを指定してスーパーブロックをサー
チするよう指定する。スーパーブロックが見つからない場合、 e2fsck
は致命的なエラー (fatal error) で終了する。
-c このオプションを指定すると、 e2fsck は badblocks(8) を使ってデバ
イスの read-only スキャンを行い、不良ブロックを探す。不良ブロ ッ
ク が見つかると、それを不良ブロック inode に加え、ファイルやディ
レクトリとして確保 (allocate) されないようにする。このオプション
が 2 つ指定されると、不良ブロックのスキャンは非破壊的 read-write
テストを用いて行われる。
-C fd このオプションを指定すると e2fsck は作業状況を指定したファイルデ
ィスクリプタに書き出し、ファイルシステムのチェックの進行状況をモ
ニターできるようにする。このオプションは、 e2fsck を動作させるプ
ログラムから良く用いられる。指定されたファイルディスクリプタが 0
の場合、 e2fsck は作業を進めるごとに棒グラフを出力する。この動作
をさせるには、 e2fsck をビデオコンソールか端末から実行する必要が
ある。
-d デバッグ情報を出力する (e2fsck をデバッグするときにしか役に立 た
ない)。
-D ファイルシステム中のディレクトリを最適化する。このオプションを指
定すると、 e2fsck はすべてのディレクトリを最適化しようとする。フ
ァイルシステムがディレクトリインデクシングをサポートしていれば、
インデックスを再生成する。また従来の線形的なディレクトリ構造を使
うファイルシステムでは、小さなディレクトリから順にソートして圧縮
する。
-E extended_options
e2fsck に拡張オプションを設定する。拡張オプション間はコンマで 区
切 り、等号 (’=’) に続ける形で引数を取ることもできる。次のオプシ
ョンがサポートされている。
ea_ver=extended_attribute_version
対象ファイルシステムの拡張属性ブロックのフォーマット
を、指定したバージョン番号のものであると仮定する。バ
ージョン番号には 1 または 2 が指定できる。デフォルト
の拡張属性フォーマットのバージョンは 2 である。
-f ファイルシステムが clean な場合でも、強制的にチェックする。
-F チェックを始める前に、ファイルシステムデバイスのキャッシュバッフ
ァをフラッシュする。 e2fsck を用いたタイムトライアルにのみ有用。
-j external-journal
このファイルシステムの外部ジャーナルがあるパス名を設定する。
-k -c オプションと組み合わせると、不良ブロックリストにある既存の不
良ブロックは保存され、 badblocks(8) を実行して見つかった新たな不
良ブロックが既存の不良ブロックリストに追加される。
-l filename
filename で指定したファイルにリストされているブロック番号を不良
ブロックのリストに追加する。このファイルのフォーマッ ト は bad-
blocks(8) プログラムが出力するものと同じである。ブロック番号はフ
ァイルシステムのブロックサイズに基づいていることに注意。したがっ
て正しい結果を得るためには badblocks(8) にファイルシステムのブロ
ックサイズを与えなければならない。よって、 e2fsck に -c オプショ
ンを与える方が、ずっと単純かつ安全である。このオプションを指定す
れば、正しいパラメータが badblocks プログラムに渡ることになっ て
いる。
-L filename
filename で指定したファイルに書かれているブロックリストを、不良
ブロックのリストに指定する。 (このオプションは -l オプションとは
異なり、ファイルにリストされているブロックを不良ブロックリストに
加える前に、不良ブロックリストをいったんクリアする。)
-n ファイルシステムを read-only で open し、全ての問いに対して 「no
」 と 答える。 e2fsck を非対話的に動作させることができる。(注意:
-n オプションに加えて -c, -l, -L のいずれかのオプションを付加 し
た 場 合は、不良ブロックリストを更新するためにファイルシステムは
read/write でオープンされる。ただしファイルシステム自体は変更 さ
れない。) このオプションは -p または -y オプションと同時に指定し
てはならない。
-p ファイルシステムを質問なしで自動的に修復 (preen) する。このオ プ
ションを指定すると、 e2fsck は安全に修正できるファイルシステムの
問題を、使用者と対話せずに自動的に修正する。 e2fsck は、システム
管理者が別に正しい行動をとる必要のある問題を見つけると、問題の説
明を表示し、値 4 と返り値の論理 OR をとった値で終了する。 (「 返
り値」のセクションを参照すること。) 通常、このオプションはシステ
ムのブートスクリプトで使われる。このオプションは -n または -y オ
プションと同時に指定してはならない。
-r このオプションは何もしない。過去との互換性のために準備されている
だけである。
-s このオプションはファイルシステムのバイトスワップ (エンディアンの
変 更) を行う。すなわち、i386 やリトルエンディアンで標準的なバイ
トオーダーにする。ファイルシステムがすでに標準的なバイトオーダー
になっているならば、 e2fsck は何もしない。
-S ファイルシステムがバイトスワップされている場合でも、現在のバイト
オーダーを保つ。
-t e2fsck のタイミング統計 (statistics) を表示する。このオプショ ン
を 2 つ指定すると、より詳細なタイミング統計が次々と得られる。
-v 詳細な表示をする。
-V バージョン情報を表示して終了する。
-y 全ての問いに対して「yes」と答える。これによって e2fsck を非対話
的に動作させることができる。このオプションは -n または -p オプシ
ョンと同時に指定してはならない。
返り値
e2fsck の返り値は、以下の状態を表す数の和になる。
0 - エラーなし
1 - ファイルシステムのエラーが修正された
2 - ファイルシステムのエラーが修正された。
システムをリブートしなければならない
4 - ファイルシステムのエラーが修正されないまま
残っている
8 - 操作エラー
16 - 利用法・文法のエラー
32 - e2fsck がユーザ要求によってキャンセルされた
128 - 共有ライブラリエラー
シグナル
以 下のシグナルが e2fsck に送られると、記述されているような効果を及ぼす
。
SIGUSR1
このシグナルを送ると e2fsck は作業状況の棒グラフの表示を始 め る
(-C オプションの記述を見よ)。
SIGUSR2
このシグナルを送ると e2fsck は作業状況の棒グラフの表示をやめる。
バグ報告
どんなソフトウェアにもバグはつきものである。もしも e2fsck がクラッシ ュ
し たり、 e2fsck によって修復できない事態が発生したりした場合は、作者に
連絡してほしい。
バグ報告にはできるだけ多くの情報を入れてほしい。 e2fsck の完全な実行 記
録 があれば、私はどのようなエラーが発生しているかを確認することができる
。 (e2fsck で表示されるメッセージが英語であることを確認して ほ し い 。
e2fsck のメッセージが他の言語に翻訳されるようにシステムが設定されている
場合は、環境変数 LC_ALL を C に設定して、e2fsck の出力の実行記録が私 に
と って役立つようにしてほしい。) 実行記録を書き込むことのできるファイル
システムがあるなら、 script(1) プログラムを用いれば、簡単に e2fsck の出
力を保存できる。
dumpe2fs(8) の出力も役に立つ。特定の inode の不良が e2fsck の動作をおか
しくしているようなら、 debugfs(8) コマンドを起動し、該当する inode に対
して stat コマンドを実行して、その出力を送ってほしい。その inode がディ
レクトリである場合は、debugfs の dump コマンドを利用すれば、ディレク ト
リ inode の内容を取り出すことができる。その内容を uuencode(1) にかけれ
ば、そのまま私に報告することができる。バグを再現するためにユーザが送 る
こ とのできる最も有用なデータは、 e2image(8) を使って生成されるファイル
システムの圧縮された raw イメージダンプである。 よ り 詳 細 な 情 報 は
e2image(8) を参照すること。
私 に報告する際には、どのバージョンなのか私にわかるよう、 e2fsck の実行
時に表示されるバージョン文字列を必ず入れてほしい。
著者
このバージョンの e2fsck は、Theodore Ts’o
E2FSCK(8) E2FSCK(8)
NAME
e2fsck - check a Linux ext2/ext3/ext4 file system
SYNOPSIS
e2fsck [ -pacnyrdfkvtDFV ] [ -b superblock ] [ -B blocksize ] [ -l|-L
bad_blocks_file ] [ -C fd ] [ -j external-journal ] [ -E
extended_options ] device
DESCRIPTION
e2fsck is used to check the ext2/ext3/ext4 family of file systems. For
ext3 and ext4 filesystems that use a journal, if the system has been
shut down uncleanly without any errors, normally, after replaying the
committed transactions in the journal, the file system should be
marked as clean. Hence, for filesystems that use journalling, e2fsck
will normally replay the journal and exit, unless its superblock indi-
cates that further checking is required.
device is the device file where the filesystem is stored (e.g.
/dev/hdc1).
Note that in general it is not safe to run e2fsck on mounted filesys-
tems. The only exception is if the -n option is specified, and -c, -l,
or -L options are not specified. However, even if it is safe to do
so, the results printed by e2fsck are not valid if the filesystem is
mounted. If e2fsck asks whether or not you should check a filesystem
which is mounted, the only correct answer is ‘‘no’’. Only experts who
really know what they are doing should consider answering this question
in any other way.
OPTIONS
-a This option does the same thing as the -p option. It is pro-
vided for backwards compatibility only; it is suggested that
people use -p option whenever possible.
-b superblock
Instead of using the normal superblock, use an alternative
superblock specified by superblock. This option is normally
used when the primary superblock has been corrupted. The loca-
tion of the backup superblock is dependent on the filesystem’s
blocksize. For filesystems with 1k blocksizes, a backup
superblock can be found at block 8193; for filesystems with 2k
blocksizes, at block 16384; and for 4k blocksizes, at block
32768.
Additional backup superblocks can be determined by using the
mke2fs program using the -n option to print out where the
superblocks were created. The -b option to mke2fs, which spec-
ifies blocksize of the filesystem must be specified in order for
the superblock locations that are printed out to be accurate.
If an alternative superblock is specified and the filesystem is
not opened read-only, e2fsck will make sure that the primary
superblock is updated appropriately upon completion of the
filesystem check.
-B blocksize
Normally, e2fsck will search for the superblock at various dif-
ferent block sizes in an attempt to find the appropriate block
size. This search can be fooled in some cases. This option
forces e2fsck to only try locating the superblock at a particu-
lar blocksize. If the superblock is not found, e2fsck will ter-
minate with a fatal error.
-c This option causes e2fsck to use badblocks(8) program to do a
read-only scan of the device in order to find any bad blocks.
If any bad blocks are found, they are added to the bad block
inode to prevent them from being allocated to a file or direc-
tory. If this option is specified twice, then the bad block
scan will be done using a non-destructive read-write test.
-C fd This option causes e2fsck to write completion information to the
specified file descriptor so that the progress of the filesystem
check can be monitored. This option is typically used by pro-
grams which are running e2fsck. If the file descriptor number
is negative, then absolute value of the file descriptor will be
used, and the progress information will be suppressed initially.
It can later be enabled by sending the e2fsck process a SIGUSR1
signal. If the file descriptor specified is 0, e2fsck will
print a completion bar as it goes about its business. This
requires that e2fsck is running on a video console or terminal.
-d Print debugging output (useless unless you are debugging
e2fsck).
-D Optimize directories in filesystem. This option causes e2fsck
to try to optimize all directories, either by reindexing them if
the filesystem supports directory indexing, or by sorting and
compressing directories for smaller directories, or for filesys-
tems using traditional linear directories.
Even without the -D option, e2fsck may sometimes optimize a few
directories --- for example, if directory indexing is enabled
and a directory is not indexed and would benefit from being
indexed, or if the index structures are corrupted and need to be
rebuilt. The -D option forces all directories in the filesystem
to be optimized. This can sometimes make them a little smaller
and slightly faster to search, but in practice, you should
rarely need to use this option.
The -D option will detect directory entries with duplicate names
in a single directory, which e2fsck normally does not enforce
for performance reasons.
-E extended_options
Set e2fsck extended options. Extended options are comma sepa-
rated, and may take an argument using the equals (’=’) sign.
The following options are supported:
ea_ver=extended_attribute_version
Set the version of the extended attribute blocks
which e2fsck will require while checking the
filesystem. The version number may be 1 or 2. The
default extended attribute version format is 2.
fragcheck
During pass 1, print a detailed report of any dis-
contiguous blocks for files in the filesystem.
discard
Attempt to discard free blocks and unused inode
blocks after the full filesystem check (discarding
blocks is useful on solid state devices and sparse /
thin-provisioned storage). Note that discard is done
in pass 5 AFTER the filesystem has been fully
checked and only if it does not contain recognizable
errors. However there might be cases where e2fsck
does not fully recognise a problem and hence in this
case this option may prevent you from further manual
data recovery.
nodiscard
Do not attempt to discard free blocks and unused
inode blocks. This option is exacly the opposite of
discard option. This is set as default.
-f Force checking even if the file system seems clean.
-F Flush the filesystem device’s buffer caches before beginning.
Only really useful for doing e2fsck time trials.
-j external-journal
Set the pathname where the external-journal for this filesystem
can be found.
-k When combined with the -c option, any existing bad blocks in the
bad blocks list are preserved, and any new bad blocks found by
running badblocks(8) will be added to the existing bad blocks
list.
-l filename
Add the block numbers listed in the file specified by filename
to the list of bad blocks. The format of this file is the same
as the one generated by the badblocks(8) program. Note that the
block numbers are based on the blocksize of the filesystem.
Hence, badblocks(8) must be given the blocksize of the filesys-
tem in order to obtain correct results. As a result, it is much
simpler and safer to use the -c option to e2fsck, since it will
assure that the correct parameters are passed to the badblocks
program.
-L filename
Set the bad blocks list to be the list of blocks specified by
filename. (This option is the same as the -l option, except the
bad blocks list is cleared before the blocks listed in the file
are added to the bad blocks list.)
-n Open the filesystem read-only, and assume an answer of ‘no’ to
all questions. Allows e2fsck to be used non-interactively.
This option may not be specified at the same time as the -p or
-y options.
-p Automatically repair ("preen") the file system. This option
will cause e2fsck to automatically fix any filesystem problems
that can be safely fixed without human intervention. If e2fsck
discovers a problem which may require the system administrator
to take additional corrective action, e2fsck will print a
description of the problem and then exit with the value 4 logi-
cally or’ed into the exit code. (See the EXIT CODE section.)
This option is normally used by the system’s boot scripts. It
may not be specified at the same time as the -n or -y options.
-r This option does nothing at all; it is provided only for back-
wards compatibility.
-t Print timing statistics for e2fsck. If this option is used
twice, additional timing statistics are printed on a pass by
pass basis.
-v Verbose mode.
-V Print version information and exit.
-y Assume an answer of ‘yes’ to all questions; allows e2fsck to be
used non-interactively. This option may not be specified at the
same time as the -n or -p options.
EXIT CODE
The exit code returned by e2fsck is the sum of the following condi-
tions:
0 - No errors
1 - File system errors corrected
2 - File system errors corrected, system should
be rebooted
4 - File system errors left uncorrected
8 - Operational error
16 - Usage or syntax error
32 - E2fsck canceled by user request
128 - Shared library error
SIGNALS
The following signals have the following effect when sent to e2fsck.
SIGUSR1
This signal causes e2fsck to start displaying a completion bar
or emitting progress information. (See discussion of the -C
option.)
SIGUSR2
This signal causes e2fsck to stop displaying a completion bar or
emitting progress information.
REPORTING BUGS
Almost any piece of software will have bugs. If you manage to find a
filesystem which causes e2fsck to crash, or which e2fsck is unable to
repair, please report it to the author.
Please include as much information as possible in your bug report.
Ideally, include a complete transcript of the e2fsck run, so I can see
exactly what error messages are displayed. (Make sure the messages
printed by e2fsck are in English; if your system has been configured so
that e2fsck’s messages have been translated into another language,
please set the the LC_ALL environment variable to C so that the tran-
script of e2fsck’s output will be useful to me.) If you have a
writable filesystem where the transcript can be stored, the script(1)
program is a handy way to save the output of e2fsck to a file.
It is also useful to send the output of dumpe2fs(8). If a specific
inode or inodes seems to be giving e2fsck trouble, try running the
debugfs(8) command and send the output of the stat(1u) command run on
the relevant inode(s). If the inode is a directory, the debugfs dump
command will allow you to extract the contents of the directory inode,
which can sent to me after being first run through uuencode(1). The
most useful data you can send to help reproduce the bug is a compressed
raw image dump of the filesystem, generated using e2image(8). See the
e2image(8) man page for more details.
Always include the full version string which e2fsck displays when it is
run, so I know which version you are running.
AUTHOR
This version of e2fsck was written by Theodore Ts’o
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa