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
Written by Matthew Finlayson
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Related Tags
#os_x
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#