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
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
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
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| 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 |
- RSS Feeds
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Using Salt Stack and Vagrant for Drupal Development
- Dynamic DNS—an Object Lesson in Problem Solving
- New Products
- Validate an E-Mail Address with PHP, the Right Way
- Drupal Is a Framework: Why Everyone Needs to Understand This
- A Topic for Discussion - Open Source Feature-Richness?
- Download the Free Red Hat White Paper "Using an Open Source Framework to Catch the Bad Guy"
- Tech Tip: Really Simple HTTP Server with Python
- Roll your own dynamic dns
2 hours 11 min ago - Please correct the URL for Salt Stack's web site
5 hours 23 min ago - Android is Linux -- why no better inter-operation
7 hours 38 min ago - Connecting Android device to desktop Linux via USB
8 hours 6 min ago - Find new cell phone and tablet pc
9 hours 4 min ago - Epistle
10 hours 33 min ago - Automatically updating Guest Additions
11 hours 42 min ago - I like your topic on android
12 hours 28 min ago - This is the easiest tutorial
19 hours 4 min ago - Ahh, the Koolaid.
1 day 43 min ago
Enter to Win an Adafruit Pi Cobbler Breakout 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 Pi Cobbler Breakout 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
- 5-21-13, Prototyping Pi Plate Kit: Philip Kirby
- Next winner announced on 5-27-13!
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?



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