Last active
January 6, 2019 23:44
-
-
Save lacymorrow/c814864f4a31b4cf0872bde247846de1 to your computer and use it in GitHub Desktop.
FIX ALMOST ANY FLASH OR SD CARD!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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