-
-
Save ttm62/1f02fd5e24f267c9dfc298863f5286a6 to your computer and use it in GitHub Desktop.
Format USB drive from the command line macOS
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
| diskutil list | |
| diskutil unmountDisk /dev/disk2 | |
| diskutil eraseDisk FAT32 SANDISK /dev/disk2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment