mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
8 lines
174 B
Markdown
8 lines
174 B
Markdown
---
|
|
title: Format an USB disk from the command-line on MacOSX
|
|
---
|
|
|
|
```bash
|
|
sudo diskutil unmountDisk /dev/disk5
|
|
sudo diskutil eraseDisk "MS-DOS FAT32" Brocolis /dev/disk
|
|
```
|