Skip to content

Instantly share code, notes, and snippets.

@Luctins
Created March 16, 2021 20:49
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 Luctins/0b85a56ff986055e9f2de2eabb799e0c to your computer and use it in GitHub Desktop.
Save Luctins/0b85a56ff986055e9f2de2eabb799e0c to your computer and use it in GitHub Desktop.
Alias to make silly USB hard drives stop spinning
alias stophd='sudo hdparm -B1' #<path to drive>
#Usage: stophd /dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment