Skip to content

Instantly share code, notes, and snippets.

@lacymorrow
Last active January 6, 2019 23:44
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 lacymorrow/c814864f4a31b4cf0872bde247846de1 to your computer and use it in GitHub Desktop.
Save lacymorrow/c814864f4a31b4cf0872bde247846de1 to your computer and use it in GitHub Desktop.
FIX ALMOST ANY FLASH OR SD CARD!
#vGet drive name
diskutil list
# then try
diskutil unmountDisk force /dev/DRIVENAME
# Then format
diskutil eraseDisk JHFS+ Emptied /dev/DRIVENAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment