Copy a CD or DVD with dd
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
Today’s modular x86 servers are compute-centric, designed as a least common denominator to support a wide range of IT workloads. Those generic, virtualized IT workloads have much different resource optimization requirements than hyperscale and cloud applications. They have resulted in a “one size fits all” enterprise IT architecture that is not optimized for a specific set of IT workloads, and especially not emerging hyperscale workloads, such as web applications, big data, and object storage. In this report, you will learn how shifting the focus from traditional compute-centric IT architectures to an innovative disaggregated fabric-based architecture can optimize and scale your data center.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
| Non-Linux FOSS: Seashore | May 10, 2013 |
| Trying to Tame the Tablet | May 08, 2013 |
| Dart: a New Web Programming Experience | May 07, 2013 |
- New Products
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- A Topic for Discussion - Open Source Feature-Richness?
- Drupal Is a Framework: Why Everyone Needs to Understand This
- Home, My Backup Data Center
- What's the tweeting protocol?
- Readers' Choice Awards
- New Products
- RSS Feeds
- Dart: a New Web Programming Experience
- Reply to comment | Linux Journal
9 hours 5 min ago - Reply to comment | Linux Journal
11 hours 37 min ago - Reply to comment | Linux Journal
12 hours 55 min ago - great post
13 hours 29 min ago - Google Docs
13 hours 52 min ago - Reply to comment | Linux Journal
18 hours 40 min ago - Reply to comment | Linux Journal
19 hours 27 min ago - Web Hosting IQ
21 hours 1 min ago - Thanks for taking the time to
22 hours 38 min ago - Linux is good
1 day 35 min ago
Enter to Win an Adafruit Prototyping Pi Plate Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Prototyping Pi Plate Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- Next winner announced on 5-21-13!
Free Webinar: Linux Backup and Recovery
Most companies incorporate backup procedures for critical data, which can be restored quickly if a loss occurs. However, fewer companies are prepared for catastrophic system failures, in which they lose all data, the entire operating system, applications, settings, patches and more, reducing their system(s) to “bare metal.” After all, before data can be restored to a system, there must be a system to restore it to.
In this one hour webinar, learn how to enhance your existing backup strategies for better disaster recovery preparedness using Storix System Backup Administrator (SBAdmin), a highly flexible bare-metal recovery solution for UNIX and Linux systems.



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