PDA

View Full Version : [ubuntu] How to use dd to copy DVD



borgward
January 29th, 2012, 11:11 PM
How do I use dd to copy DVD?

amauk
January 29th, 2012, 11:15 PM
Assuming your DVD device (input file) is /dev/sr0
and your output file is /home/username/dvd.iso

dd if=/dev/sr0 of=/home/username/dvd.iso

Just FYI
dd (data dump) will just copy something bit-for-bit
So if the DVDs encrypted or anything, the copy will be too