Skip to content

Instantly share code, notes, and snippets.

@dossy
Created November 25, 2014 20:10
Show Gist options
  • Save dossy/9f73309df86370d3b6be to your computer and use it in GitHub Desktop.
Save dossy/9f73309df86370d3b6be to your computer and use it in GitHub Desktop.
Creating and burning ISOs on OSX command line
$ diskutil list
$ sudo umount /dev/disk3
$ dd if=/dev/disk3 of=image.iso bs=2048 conv=sync,notrunc
$ hdiutil burn image.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment