|
| View previous topic :: View next topic |
| Author |
Message |
kazim
|
Posted: Thu May 06, 2004 7:53 pm Post subject: DVDRECORD (DVD+RW) |
|
|
I am trying script a backup system to make automated server backups onto DVD.
Well dvdrecord gives some confusing errors doing the simplest things, although | Code: | | dvdrecord --scanbus | works.
cdrecord works fine on CDRW.
So the Problem I think is the DVD+ device.
Stuff I read so far says redhat is not going to work with DVD+R at all. What about BLAG? (http://fy.chalmers.se/~appro/linux/DVD+RW/)
|
|
|
 |
jebba
|
Posted: Thu May 06, 2004 8:57 pm Post subject: |
|
|
BLAG has the package dvd+rw-tools. Here's a command I use to burn a BLAG DVD:
| Code: | | growisofs -Z /dev/scd0=BLAG-9002-DVD.iso |
another option:
| Code: | | dvdrecord -v -eject -data -dao dev=cdrom BLAG-9001-DVD.iso |
Some drives like the first command, some like the second.
-Jeff
|
|
|
 |
|
|
|