View previous topic :: View next topic |
Author |
Message |
neilhwatson l33t
Joined: 06 Feb 2003 Posts: 719 Location: Canada
|
Posted: Thu Jul 21, 2005 7:20 pm Post subject: growisofs fails to write to DVD burner |
|
|
I have an external USB DVD burner. The systems seems to recognize it:
Code: |
usb 1-4: new high speed USB device using address 2
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: PIONEER Model: DVD-RW DVR-106D Rev: 1.05
Type: CD-ROM ANSI SCSI revision: 02
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
cdrom: open failed.
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 5
|
However, when I attemtp to write to it:
Code: |
valetta linux # growisofs --dry-run -v -Z /dev/cdrw1 -R /tmp/iso/pst/
:-( not an MMC unit!
|
I have an IDE CDRW that works just fine. _________________ The true guru is a teacher.
Neil Watson |
|
Back to top |
|
|
oumpah-pah Guru
Joined: 18 Jul 2004 Posts: 575 Location: Lausanne, Switzerland
|
Posted: Fri Jul 22, 2005 9:27 am Post subject: |
|
|
And what do you get when you try:
Code: | growisofs --dry-run -v -Z /dev/sr0 -R /tmp/iso/pst/ |
instead? |
|
Back to top |
|
|
neilhwatson l33t
Joined: 06 Feb 2003 Posts: 719 Location: Canada
|
Posted: Fri Jul 22, 2005 12:19 pm Post subject: |
|
|
/dev/cdrw1 is a link to /dev/sr0. Thus, the same thing happens. The burn began to work after a reboot. _________________ The true guru is a teacher.
Neil Watson |
|
Back to top |
|
|
|