• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Creating cdrom images - dd?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

mirko_3

Member
Joined
Oct 27, 2002
Location
Italy
Can I use dd to create an image of a cdrom? Would that image be an iso file? Because I wanted to back up a cd, and was wondering if I could simply use dd if=/dev/cdrom of=~/cdrom.iso, and than burn it with any program.. cdrecord dev=/dev/hdd speed=4 cdrom.iso (yes, I'm using kernel 2.6.0... cool, huh?:D)
 
In theory it will work, but if you're backing up something important you might want to burn and rip a CD, just to ensure you get the same md5sum from the original and the copy. It wouldn't be fun to find out your backup is bad.
 
{quote]where can i get a copy?[/quote]

Any general purpose distro comes with it. It's part of the GNU coreutils. "man dd" for futher info
 
Back