Mount Drive

List attached partitions:

diskutil list

Unmount the destination USB:

diskutil unmountDisk /dev/disk4

Use dd to copy .iso to USB:

sudo dd if=/volumes/Data/Apps\ \&\ ISO/[ ].iso of=/dev/rdisk4 bs=1m