LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   unable to burn data dvd... (https://www.linuxquestions.org/questions/linux-hardware-18/unable-to-burn-data-dvd-435260/)

mma8x 04-14-2006 08:24 PM

unable to burn data dvd...
 
trying to burn a data dvd without success. using a memorex usb drive. i've tried k3b (which uses growisofs), growisofs directly, and xcdroast (which i think uses cdrecord); none work. here's the growisofs output:

Code:

root@ubuntu:/# growisofs -dvd-compat -speed=1 -Z /dev/sr0=/multimedia/Downloads/track-01.iso
Executing 'builtin_dd if=/multimedia/Downloads/track-01.iso of=/dev/sr0 obs=32k seek=0'
/dev/sr0: "Current Write Speed" is 6.1x1385KBps.
        0/4603850752 ( 0.0%) @0x, remaining ??:??
        0/4603850752 ( 0.0%) @0x, remaining ??:??
        0/4603850752 ( 0.0%) @0x, remaining ??:??
        0/4603850752 ( 0.0%) @0x, remaining ??:??
:-( unable to WRITE@LBA=0h: Input/output error
:-( write failed: Input/output error

dmesg output:
Code:

[285291.657655] usb-storage: device found at 5
[285291.657662] usb-storage: waiting for device to settle before scanning
[285296.762520]  Vendor: Memorex  Model: DVD16+/-DL4RWlD2  Rev: JWS6
[285296.762538]  Type:  CD-ROM                            ANSI SCSI revision: 00
[285301.708283] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[285301.710509] Attached scsi CD-ROM sr0 at scsi3, channel 0, id 0, lun 0
[285301.712408] Attached scsi generic sg0 at scsi3, channel 0, id 0, lun 0,  type 5
[285301.720011] usb-storage: device scan complete
[285357.898720] cdrom: open failed.
[285768.087232] SCSI error : <3 0 0 0> return code = 0x6000000
[285837.429692] SCSI error : <3 0 0 0> return code = 0x6000000
[285906.613350] SCSI error : <3 0 0 0> return code = 0x6000000
[285977.391417] SCSI error : <3 0 0 0> return code = 0x6000000
[286047.690953] SCSI error : <3 0 0 0> return code = 0x6000000
[286118.309347] SCSI error : <3 0 0 0> return code = 0x6000000
[286187.811608] SCSI error : <3 0 0 0> return code = 0x6000000
[286257.950341] SCSI error : <3 0 0 0> return code = 0x6000000
[295619.021447] SCSI error : <3 0 0 0> return code = 0x6000000
[295689.486509] SCSI error : <3 0 0 0> return code = 0x6000000

the closest thing i could find on a google search is that it may be related to scsi emulation; don't know if i can get around this using a usb drive? i'm currently running ubuntu breezy on a vanilla 2.6.12-9-386 kernel. i had success burning movies (hadn't tried data) previously; i was using mandriva 2005 with a custom kernel--2.6.14 i believe. any ideas?

Electro 04-14-2006 08:42 PM

Did you try making a CD or DVD with root. If it worked with root, then you need add your user account to a CD burning group or cdrom group.

The utility cdrecord is used for making CD discs and the utility growisofs is for making DVD discs.

You should not use USB to make CD or DVD disc because it will be very, very slow.

mma8x 04-15-2006 09:49 AM

well, you can see the above command was as root. cdrecord + prodvd if i'm not mistaken is able to burn dvds. and a 2.0 usb connection is fast enough to burn a cd at 36x, and previously was able to burn a dvd at 8x.

mma8x 04-15-2006 09:49 AM

cd burning works fine, btw.


All times are GMT -5. The time now is 03:41 PM.