Write ISO to (usb) device



sudo dd if=~/Desktop/Windows10_x64_EN-US.iso of=/dev/rdisk3s2 bs=1m
or 
dd if=/dev/cdrom of=image_name.iso

Comments