Skip to content

Instantly share code, notes, and snippets.

@flatlinebb
Last active November 22, 2018 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flatlinebb/c45a32880e92af3576d01c7787ac1ef5 to your computer and use it in GitHub Desktop.
Save flatlinebb/c45a32880e92af3576d01c7787ac1ef5 to your computer and use it in GitHub Desktop.
SMART Short Test Start on all drives (/dev/sd[a-z])
for sd in /dev/sd[a-z]; do echo $sd; smartctl -t short $sd; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment