list disks
diskutil list
unmount that disk by entering
diskutil unmountDisk /dev/diskN
Create bootable usb from ISO file
sudo dd if=/path/to/iso/file of=/dev/diskN bs=1m
ejet disk
diskutil eject /dev/diskN
remove disk from the USB port and reinser the USB.