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
pv -tpreb Downloads/install60.iso | sudo dd of=/dev/rdisk4 bs=1m