Copy a CD or DVD with dd
April 18th, 2008 by Mitch Frazier
If you need to copy a CD to your hard drive:
prompt@shell$ dd if=/dev/cdrom of=/path/to/cdcopy.iso
For a DVD:
prompt@shell$ dd if=/dev/dvd of=/path/to/dvdcopy.iso____________________________
Related Articles
- Writing ISO Images to CD with cdrecord by staff
- Cross-Platform CD Index by Shawn P. Garbett
- A Five Minute Guide to Opposing DRM by Bruce Byfield
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Jul-01-09
- Jun-29-09
Recently Popular
From the Magazine
July 2009, #183
News Flash: Linux Kernel 3.0 to include an on-the-go Expresso machine interface! Ok, maybe not, but Linux is definitely going mobile, from phones to e-readers. Find out more inside about Android, the Kindle 2, the Western Digital MyBook II, The Bug, and Indamixx (a portable recording studio). And if you've gone mobile and you been wanting more Emacs in your life then check out Conkeror.
To compliment the mobile we've got the stationary: parsing command line options with getopt, checking your Ruby code with metric_fu, and building a secure Squid proxy. How is this stationary you ask? What can we say? It's not. We just wanted to see if anybody actually read this part of the page :) .
All this and more, and all you have to do is get your hot sweaty hands on the latest copy of Linux Journal.
Delicious
Digg
StumbleUpon
Reddit
Facebook








A good article related to the issue
On May 14th, 2008 anjanaya says:
I thought it was a nice one to read
I think the title should
On April 18th, 2008 Anonymous (not verified) says:
I think the title should read how to copy a data CD/DVD. (No applicable to music CDs)
ddrescue? and why not music CDs
On April 19th, 2008 pbhj (not verified) says:
I'd have thought that you'd be better using something like ddrescue that verifies the data it copies (not sure if cdparanoia can do this to copy to hdd too).
Also, why not for music discs? You can pipe them through your music player then can't you?
only copies the first 512MB of the DVD
On October 31st, 2008 MiguelKJ (not verified) says:
I am using FC6 but
dd if=/dev/dvd of=/path/to/dvdcopy.iso
only copies the first 512MB of the DVD.
Is there a way to copy the whole disk ?
Check system log
On November 4th, 2008 Mitch Frazier says:
That should copy the whole disk. I'd check your system log to see if you're getting some kind of error.
try bs=1024 in option
On May 25th, 2009 Anonymous (not verified) says:
try bs=1024 in option
Post new comment