How to burn iso to USB in Mac?
IMHO the easiest way is in terminal:
- First run diskutil list.
- then insert your usb stick.
- and run diskutil list again to see the disk node (e.g. /dev/disk2).
- Now run diskutil unmountDisk /dev/diskN.
- and do sudo dd if=/path-to.iso of=/dev/rdiskN bs=1m.
- When finished diskutil eject /dev/diskN.
wonderful article will help me get the highest ball on the test, thank you very much for the information
ResponderExcluirWow, thank you, you helped me a lot. These clear and detailed steps are the best ones.
ResponderExcluir