Skip to content

Instantly share code, notes, and snippets.

@headquarters
Forked from garethrees/format.sh
Created March 19, 2024 16:09
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 headquarters/a3738cecc80a42d142a58956dc055785 to your computer and use it in GitHub Desktop.
Save headquarters/a3738cecc80a42d142a58956dc055785 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