Skip to content

Instantly share code, notes, and snippets.

@headquarters
Forked from garethrees/format.sh
Created March 19, 2024 16:09
Show Gist options
  • 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