|
Slackware 9.0 USB CD-RW help.
Ok,
I made the jump into linux again via Slackware 9. I managed to get most of my problems sloved by RTFM method, but this had me stumped. I have a Digital Camera (Sony Mavica CD-200) which is essentially a 8x 8x cdrw that I want to link using the USB port. What is the Mount command ???
According to the syslog, the device is there, and on the scsi1,
But a similar command or fstab entry for the device will not mount.
SYSLOG:
Vendor: CDWRITER Model: IDE5224 Rev: 001H
Type: CD-ROM ANSI SCSI revision: 02
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 52x/52x writer cd/rw xa/form2 cdda tray
USB device 2 (vend/prod 0x54c/0x24) is not claimed by any active driver.
Vendor: SONY Model: DSC DDX-G2100 Rev: 1.02
Type: CD-ROM ANSI SCSI revision: 02
Attached scsi CD-ROM sr1 at scsi1, channel 0, id 0, lun 0
sr1: scsi3-mmc drive: 8x/8x writer cd/rw xa/form2 cdda pop-up
FSTAB:
/dev/sr0 /mnt/cdrw iso9660 auto,user,ro 0 0
/dev/sr1 /mnt/cam iso9660 noauto,user,ro 0 0
/dev/hdd /mnt/dvd iso9660 noauto,user,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,user 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
MTAB:
/dev/hdb1 / ext2 rw 0 0
/dev/hdb2 /usr ext2 rw 0 0
/dev/hdb4 /usr/local ext2 rw 0 0
/dev/hda1 /w2000-c vfat rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
proc /proc proc rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
Thanks for any help in advance,
DK
|