mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-02-23 06:19:26 +00:00
309 B
309 B
tags | |||
---|---|---|---|
|
Format a Drive
macOS
Some times Disk Utility cannot format a whole drive for some reason.
# Check devices
diskutil list
# To exfat
diskutil eraseDisk EXFAT "NAME" GPT /dev/diskN
# To fat32, with mbr
diskutil eraseDisk FAT32 "NAME" MBR /dev/diskN