mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-02-22 22:09:26 +00:00
drive formatting
This commit is contained in:
parent
914c29c087
commit
42dcee4dc0
16
pages/cli/format-drive.md
Normal file
16
pages/cli/format-drive.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user