Created
July 4, 2018 16:27
-
-
Save juanmnl/47a1484ce0dde91dcd8618258997a918 to your computer and use it in GitHub Desktop.
Reset USB disk macOS terminal
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
** 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