Skip to content

Instantly share code, notes, and snippets.

@LucasArruda
Created November 5, 2014 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucasArruda/a6076074b9ae7cefbd5d to your computer and use it in GitHub Desktop.
Save LucasArruda/a6076074b9ae7cefbd5d to your computer and use it in GitHub Desktop.
Create iso - OSX
#!/bin/sh
# see what's the correct disk #
mount
# change disk2 to correct disc number
sudo diskutil unmount /dev/disk2
dd if=/dev/disk1 of=~/mydvd.iso bs=2048 conv=sync,notrunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment