Skip to content

Instantly share code, notes, and snippets.

@sam-heller
Created February 3, 2019 02:52
Show Gist options
  • Save sam-heller/d0f0b4ec6b0dab94026a0b1df6f0f2e5 to your computer and use it in GitHub Desktop.
Save sam-heller/d0f0b4ec6b0dab94026a0b1df6f0f2e5 to your computer and use it in GitHub Desktop.
Convert iso image to os x .img file for writings and fun times
hdiutil convert -format UDRW -o /path/to/target.img /path/to/source.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment