SysAdmin – display fsck progression
For those who want to run an filesystem check on large partition and/or LVM logical volume, you might be interested to have a look on the progression of the filesystem check.
In my case, the useful parameter I used is -C
1 |
# fsck.ext4 -C 0 -f /dev/myvg/mylv |
Read fsck man page for more details about -C option
Enjoy !!!