clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: Dec. 15 2004,15:55 |
|
quezako, are you sure that your DVD burner is device 0,0,0? Try running
cdrecord -scanbus
to make sure. It will give you a list of the devices that cdrecord sees. Does it see your DVD drive? If you have more than one DVD/CD drive that could be the problem.
As far as /tmp/burn being a directory, is it? When I use cdrecord, I always have to make an iso file of the directory first. Then I use cdrecord to burn it to the CD (I assume that DVDs are similar). Did you make an iso of the directory? Try:
mkisofs -J -r /tmp/burn -o mynewdvd.iso cdrecord -scanbus cdrecord -v dev=0,0,0 mynewdvd.iso
but make sure that 0,0,0 is the right device number first. If it's, say, 0,0,1 the use that instead.
|