Last active
October 22, 2019 14:36
-
-
Save lord-carlos/ee62db0bf251de15e6aa3d9b497702af to your computer and use it in GitHub Desktop.
What to run on new HDDs to check for health and stuff.
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
#Non distructive read only or something. | |
sudo badblocks -nsv -b 4096 /dev/sdb1 | |
#Distructive read/write test. Best. | |
sudo badblocks -b 4096 -ws /dev/sdg1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment