quarta-feira, 26 de julho de 2017

How to burn iso to USB in Mac?

How to burn iso to USB in Mac?
IMHO the easiest way is in terminal:
  1. First run diskutil list.
  2. then insert your usb stick.
  3. and run diskutil list again to see the disk node (e.g. /dev/disk2).
  4. Now run diskutil unmountDisk /dev/diskN.
  5. and do sudo dd if=/path-to.iso of=/dev/rdiskN bs=1m.
  6. When finished diskutil eject /dev/diskN.

2 comentários:

  1. wonderful article will help me get the highest ball on the test, thank you very much for the information

    ResponderExcluir
  2. Wow, thank you, you helped me a lot. These clear and detailed steps are the best ones.

    ResponderExcluir