Skip to content

Instantly share code, notes, and snippets.

@yuchdev
Last active January 7, 2020 09:58
Show Gist options
  • Save yuchdev/e62fe57eedc86b68bd9d8dc6091b7e8d to your computer and use it in GitHub Desktop.
Save yuchdev/e62fe57eedc86b68bd9d8dc6091b7e8d to your computer and use it in GitHub Desktop.
Linux: Check Filesystem & Save results
sudo fsck -fvy /dev/sdb5 | tee ~/sdb5_results
# try -fvn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment