Find the device path:
diskutil list
Format as FAT32:
sudo diskutil eraseDisk FAT32 NAME MBRFormat /dev/disk2
Thanks Apple, for having FAT32 as an option in the Disk Utility app. It’s so much nicer than having to remember a CLI command.</sarcasm>
Thoughts
Find the device path:
diskutil list
Format as FAT32:
sudo diskutil eraseDisk FAT32 NAME MBRFormat /dev/disk2
Thanks Apple, for having FAT32 as an option in the Disk Utility app. It’s so much nicer than having to remember a CLI command.</sarcasm>