Re: Debian & UDFS
Phillip Susi <[email protected]> Thu, 27 Jul 2006 14:11:05 -0400
| Newsgroups | gmane.linux.suse.packet-writing |
|---|---|
| Message-ID | <[email protected]> |
Michel Vaillancourt wrote: > Hi, Phillip! > > ext1:~# ls /dev/pk* > /dev/pktcdvd0 /dev/pktcdvd1 /dev/pktcdvd2 /dev/pktcdvd3 > > ext1:~# pktsetup /dev/pktcdvd0 /dev/scd0 > open packet device: No such device or address > It appears that you don't have the packet device driver loaded. Make sure you have the module built, installed, and either configured to auto load, or manually modprobe it and try again. > ... Suggestions as to what the issue might be? /dev/scd0 is the correct target, as I can to DAO-style writes to it. The drive itself is: > > ext1:~# dmesg | grep -i dvd > hdc: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive > Vendor: HL-DT-ST Model: DVDRAM GSA-4163B Rev: A103 > sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray > > ... I'm using IDE-SCSI to access the drive, since I was given to understand that it works best that way for UDF or Packet access. > In 2.6 ide-scsi is obsolete, and scheduled for removal iirc. Ditch ide-scsi and just use /dev/hdc ( or whatever ) directly.