Blog

Macos | Format Usb Flash

Context

I was having trouble formating my usb flash which was previously used os boot disk with ubunutu. It was formated with balena Etcher app

Question

How to format usb flash in terminal?

Answer

$ diskutils list
# find usb flash
$ sudo diskutil eraseDisk FAT32 NEWDISKNAME /dev/disk2

Resources

Tags: