Skip to content

Instantly share code, notes, and snippets.

@szabo92
Last active August 29, 2017 01:43
Show Gist options
  • Save szabo92/4bef5523300264d859d3c0df6427cdd7 to your computer and use it in GitHub Desktop.
Save szabo92/4bef5523300264d859d3c0df6427cdd7 to your computer and use it in GitHub Desktop.
Wipe USB drive when you cannot format or delete partitions
# if sdb is the device name
sudo wipefs -a /dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment