Loading
Home ›
Copy a CD or DVD with dd
Apr 18, 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
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- 100% disappointed with the decision to go all digital.
- Readers' Choice Awards 2011
- You Need A Budget
- Validate an E-Mail Address with PHP, the Right Way
- The Linux powered LAN Gaming House
- RSS Feeds
- Linux--The Internet Appliance?
- Why Python?
- Kernel Korner - I/O Schedulers
- Can we help AT&T solve its mobile data problem?
- I use YNAB because of the
7 min 54 sec ago - Search
5 hours 10 min ago - Question
5 hours 34 min ago - for the record
5 hours 36 min ago - That's disappointing. Thanks
7 hours 59 min ago - Well spotted. I've corrected
9 hours 28 min ago - This is a great program. We
12 hours 29 min ago - No Air for Linux
14 hours 18 min ago - HEWLETT PACKARD created
14 hours 28 min ago - HEWLETT PACKARD created
14 hours 31 min ago





Comments
i can copy my home-made DVDs
i can copy my home-made DVDs with the commands but i cant copy DVD movies ,any suggestions?
Does it work?
i have to say this command does not work on my Ubuntu machine, it seems like my DVD is protected, i just wonder.
A good article related to the issue
I thought it was a nice one to read
I think the title should
I think the title should read how to copy a data CD/DVD. (No applicable to music CDs)
ddrescue? and why not music CDs
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?
Audio cd image, but how
I would be interested in a nice try on that. Just dumped some audio cd -s with plain dd as a nerd. B-)
Just could not load to any software to tell that is an audio cd.
Is there a way to write a proper disc from that image? (just the plain device data dump saved to a file, like dd if=/dev/cdrom of=/path/to/backup/file.iso)
Would be quite important in this case, because the original disc got lost and it would be nice to recover it from an image like this.
TIA.
only copies the first 512MB of the DVD
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
That should copy the whole disk. I'd check your system log to see if you're getting some kind of error.
Mitch Frazier is an Associate Editor for Linux Journal.
try bs=1024 in option
try bs=1024 in option