Skip to content

Instantly share code, notes, and snippets.

@HachemiH
Forked from garethrees/format.sh
Created September 13, 2024 19:08
Show Gist options
  • Save HachemiH/6818e347b3ec83746519087b9876d010 to your computer and use it in GitHub Desktop.
Save HachemiH/6818e347b3ec83746519087b9876d010 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