<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 06/21/2012 08:27 PM, Rob Healey
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAAq8ydtk4xvR0MRW35FjqbjHew7vWK8ozefNcZUjcNW0G59m4w@mail.gmail.com"
      type="cite">Greeting:<br>
      <br>
      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.<br>
      <br>
      What command would I use in this situation?<br>
      <br>
      -- <br>
      Sincerely yours,
      <div>Rob G. Healey</div>
      <span><br>
      </span><br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    For fedora iso files, I just use dd.<br>
    <br>
    &gt;dd if=fedora.iso of=/dev/sdx<br>
    <br>
    "/dev/sdx" is the device, not a partition.<br>
    <br>
    Regards,<br>
    <br>
    John<br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>