-C
フラグは、プログレスバーが表示されます。fsckの呼び出し方法によるパフォーマンスの違い。
また、e2fsck
既に実行されている場合は非常にクールでUSR1
、進行状況バーの表示を開始するための信号を送信できます。 USR2
止まる。例:
killall -USR1 e2fsck
FSCK(8)から:
-C Display completion/progress bars for those filesys-
tems checkers (currently only for ext2) which sup-
port them. Fsck will manage the filesystem check-
ers so that only one of them will display a
progress bar at a time.
E2FSCK(8)から:
-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 specified is 0, e2fsck will print a com-
pletion bar as it goes about its business. This
requires that e2fsck is running on a video console
or terminal.