Skip to content

Instantly share code, notes, and snippets.

@juanmnl
Created July 4, 2018 16: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 juanmnl/47a1484ce0dde91dcd8618258997a918 to your computer and use it in GitHub Desktop.
Save juanmnl/47a1484ce0dde91dcd8618258997a918 to your computer and use it in GitHub Desktop.
Reset USB disk macOS terminal
** Find # disk to be erased
diskutil list
** Delete and format disk
diskutil eraseDisk free EMPTY /dev/disk#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment