noqqe » blog | sammelsurium | photos | projects | about

Create USB Stick with iso on macOS

2016-10-28 @ dd, iso, macOS, mount, osx

For openbsd boot in this example.

Look for device

diskutil list

Unmount the disk

sudo diskutil unmountDisk /dev/disk4

Write iso to raw device with pv. Progressbar ftw!

pv -tpreb Downloads/install60.iso | sudo dd of=/dev/rdisk4 bs=1m