Format the flash drive:
sudo dd if=/dev/zero of=/dev/sdd bs=1M && sync
Write the iso file to it:
sudo dd if=CentOS-7.0-1406-x86_64-Minimal.iso of=/dev/diskN bs=1M
More information about text formats
Add new comment