fsck Command Examples

Check the integrity of a filesystem or repair it. The filesystem should be unmounted at the time the command is run. More information: https://manned.org/fsck.

sudo fsck {{/dev/sdXN}}

sudo fsck -r {{/dev/sdXN}}

sudo fsck -a {{/dev/sdXN}}