mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-04-12 11:53:06 +00:00
Compare commits
No commits in common. "4550b301a1988e9ba85b6be8787523166ab988ac" and "b0cb5dca72080eab0f74579911600f1f59a0c265" have entirely different histories.
4550b301a1
...
b0cb5dca72
@ -1,23 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- cli
|
||||
- macos
|
||||
- format
|
||||
---
|
||||
|
||||
# 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