Howdy,
I'm trying to save ISO images of my DVD's onto one of my hard drives, and, unfortunately, I can't get the thing to work properly. I insert the DVD into the proper drive and run:
Code:
# dd if=/dev/hdc of=/backup/media/dvd/Indiana_Jones-Temple_of_Doom.iso
dd: reading `/dev/hdc': Input/output error
2000+0 records in
2000+0 records out
And the iso it creates isn't right. Now, doing that same thing worked for all my CD's, so is there something different I have to do with DVD's? Could there be a plugin or some such that I'm missing? Thanks for your help, it's much appreciated.