Skip to content

Instantly share code, notes, and snippets.

@okor
Created February 2, 2011 15:28
Show Gist options
  • Save okor/807840 to your computer and use it in GitHub Desktop.
Save okor/807840 to your computer and use it in GitHub Desktop.
How to make an iso from a disk, in ubuntu/linux
dd if=/dev/dvd of=/home/yourname/Desktop/dvd-name.iso # for dvd
dd if=/dev/cdrom of=/home/yourname/Desktop/cd-name.iso # for cdrom
MacBook Pro unibody (5,4) running Ubuntu
dd if=/dev/sr0 of=/home/yourname/Desktop/dvd-name.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment