Skip to content

Instantly share code, notes, and snippets.

@garethrees
Created April 28, 2020 15:32
Show Gist options
  • Save garethrees/7b67db37c43415720da920499ab7231c to your computer and use it in GitHub Desktop.
Save garethrees/7b67db37c43415720da920499ab7231c 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
@rameshkpatra
Copy link

Hi,
It worked. Thank you so much.

@Pradeeparul2
Copy link

It's working, Thanks.

@Bugerman58
Copy link

Tnx! It's working method!🔥👍

@anuj-kumar-r
Copy link

anuj-kumar-r commented Sep 2, 2024

Thankyou soo much, the disk utility cannot fix the issue.
the commands fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment