Skip to content

Instantly share code, notes, and snippets.

@productdevbook
Forked from garethrees/format.sh
Created March 6, 2025 13:03
Show Gist options
  • Save productdevbook/c81d08863c6e754e80eb58c8775842bd to your computer and use it in GitHub Desktop.
Save productdevbook/c81d08863c6e754e80eb58c8775842bd to your computer and use it in GitHub Desktop.
Format USB drive from the command line macOS
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