Subj : Re: USB CS mass storage device... To : comp.os.linux From : Dubravko Gorupic Date : Thu Sep 09 2004 12:09 pm Brian wrote: > Hi: > > Am moving a client from XP to Slackware 10 KDE 3.3 but have run into a > hitch. > > He has a Pentax Optio 450 4 megapixel camera that stores it pics on 256meg > CS cards. > > I am using a Zio Dazzler USB 2.0 card reader with a 256meg Lexar CS media > installed - the green led comes on. > > The USB mass storage device shows up but will not mount. > > Attached scsi removable disk sdb at scsi1, channel 0, id 0, lun 1 > SCSI device sdb: 499712 512-byte hdwr sectors (256 MB) > sdb: Write Protect is off > Attached scsi removable disk sdb at scsi1, channel 0, id 0, lun 1 > SCSI device sdb: 499712 512-byte hdwr sectors (256 MB) > sdb: Write Protect is off > > mount -t vfat /dev/sdb1 /mnt > Well, I had some usb sticks that could be only mounted from i.e. /dev/sdb device, but not /dev/sdb1. dmesg showed me that this stick had more then one partition, so I tried with /dev/sdb and it workd fine. .