Last active
January 7, 2020 09:58
-
-
Save yuchdev/e62fe57eedc86b68bd9d8dc6091b7e8d to your computer and use it in GitHub Desktop.
Linux: Check Filesystem & Save results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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