Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 702 Bytes

File metadata and controls

37 lines (24 loc) · 702 Bytes

Mac OS/X

Creating USB boot drives from ISOs

(Rockstor ref)

Find your USB drive:

diskutil list

Then unmount it

# Replace <disk2> with your disk name, rdisk is faster?
diskutil unmountDisk /dev/r<disk2>

Copy the ISO to the drive (pv shows progress bars, 1MB at a time):

pv FreeNAS-9.3-STABLE-201602031011.iso | sudo dd of=/dev/rdisk2 bs=1048576

Troubleshooting

Multi-touch gestures not working

SO

killall Dock

Character map

Ctrl + Cmd⌘ + Space (ref)