Writing an ISO image to USB on a Mac Convert your ISO image into a Mac native disk image: hdiutil convert -format UDRW -o my-file my-file.iso Insert a USB stick into your Mac and get the device path by running: diskutil list In my case it’s /dev/disk2. Please take… Continue reading “Writing an ISO image to USB on a Mac”…