mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-08 17:00:41 +00:00
update to nextra 4
This commit is contained in:
23
content/cli/format-drive.md
Normal file
23
content/cli/format-drive.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user