I've been trying to burn ISO images to a DVD+RW (for testing purposes, before I actually use just DVD+R) and have got dvd+rw-tools installed, have been using growisofs and the device /dev/scd0 (since that's what wodim detected).
The problem is, I can't get it to blank the Rewritable disc, or write anything to it. I've actually tried every disk device, and none of them work. I've tried:
$ growisofs -M /dev/scd0=/dev/zero
:-( /dev/scd0: media is not recognized as recordable DVD: 0
And just tried writing the ISO file, too:
$ growisofs -Z /dev/scd0=image.iso
:-( /dev/scd0: media is not recognized as recordable DVD: 0
Wodim shows:
$ wodim -devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/scd0' rwrw-- : 'TSSTcorp' 'CD/DVDW TS-H652L'
-------------------------------------------------------------------------
The drive is CD/DVD+RW DL compatible, so it should be working. I even downloaded graveman and tried it, still wouldn't work.
Basically, I'm making copies of non-encrypted (nor copyrighted) DVDs to ISO image files and am trying to make a copy of them by just burning them to another DVD disc. My sister's computer (running Feisty) can burn the ISO image to the DVD (with Nautilus) but I wanted to be able to do it on my system.
Any suggestions, hints or other things I should try?
edit: I just looked a bit closer on the front of the drive and it says "DVD-MULTI-RECORDER R DL", so maybe it only can read RW discs and not be able to burn RW discs? I'd try just a plain DVD+R, but I only have a sparing few left, so I don't want to mess up and waste them :(