On 06/21/2012 08:27 PM, Rob Healey wrote:
Greeting:

I have an *.iso that I want to write to a usb flash drive and make it a live media to install on my system.

What command would I use in this situation?

--
Sincerely yours,
Rob G. Healey




For fedora iso files, I just use dd.

>dd if=fedora.iso of=/dev/sdx

"/dev/sdx" is the device, not a partition.

Regards,

John