Last Updated: February 25, 2016
·
294
· savagegus

Create an ISO from a CD

I tend to lose or damage physical media. I usually want to be able to use the backup on any system so I've found that creating an ISO from the disk works best. On OS X it is two command. assumes you have a cd drive ;)

sudo umount /dev/disk1
dd if=/dev/disk1 of=~/myCD.iso bs=2048 conv=sync,notrunc