Skip to content

Instantly share code, notes, and snippets.

@ttm62
Forked from garethrees/format.sh
Created February 27, 2025 16:57
Show Gist options
  • Select an option

  • Save ttm62/1f02fd5e24f267c9dfc298863f5286a6 to your computer and use it in GitHub Desktop.

Select an option

Save ttm62/1f02fd5e24f267c9dfc298863f5286a6 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