Skip to content

Instantly share code, notes, and snippets.

@lord-carlos
Last active October 22, 2019 14:36
Show Gist options
  • Save lord-carlos/ee62db0bf251de15e6aa3d9b497702af to your computer and use it in GitHub Desktop.
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.
#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