Skip to content

Instantly share code, notes, and snippets.

@yasuoohno
Created March 1, 2019 07:36
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 yasuoohno/b3bc93686f6d7e87894cfe6678872c38 to your computer and use it in GitHub Desktop.
Save yasuoohno/b3bc93686f6d7e87894cfe6678872c38 to your computer and use it in GitHub Desktop.
Remove USB HDD gracefully on Ubuntu.
#!/usr/bin/env bash
/usr/bin/udisksctl power-off -b $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment