Skip to content

Instantly share code, notes, and snippets.

@vijinho
Created September 4, 2020 19:02
Show Gist options
  • Save vijinho/4a667dc6c43e9aa020889f5d5f8333ad to your computer and use it in GitHub Desktop.
Save vijinho/4a667dc6c43e9aa020889f5d5f8333ad to your computer and use it in GitHub Desktop.
Check for bad blocks on ext4 filesystem
umount $1
fsck.ext4 -f -c -k -p -t -v -D -E inode_count_fullmap $1
mount $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment