Skip to content

Instantly share code, notes, and snippets.

@mimizone
Created May 16, 2018 00:15
Show Gist options
  • Save mimizone/42e8d85adede93257fd56ec68aec98fe to your computer and use it in GitHub Desktop.
Save mimizone/42e8d85adede93257fd56ec68aec98fe to your computer and use it in GitHub Desktop.
MacOS X copy ISO to USB
diskutil list # shows disks
hdiutil convert -format UDRW -o destino.img origen.iso # convert to dmg
sudo dd if=destino.img.dmg of=/dev/rdisk1 bs=1m # copy to USB on rdisk1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment