PDA

View Full Version : card reader detected not mount-able



Francesco Pietra
09-29-2006, 07:13 AM
On a PC normally driven bu Debian etch, knoppix 5.0.1 from CD detects card reader

Bus 001 Device 002: ID 0dda:2005 Integrated Circuit Solution, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0dda Integrated Circuit Solution, Inc.
idProduct 0x2005
bcdDevice 1.6b
iManufacturer 1 ICSI
etc

$ dmesg | grep sd
detected as sda

It is not mounted by launching knoppix from CD with card reader inseeterd.

Trying to mount it like in Debian
mnt#mkdir flash
#mount -t vfat /dev/sda1 /mnt/flash
device sda1 does not exist

#mount -t vfat /dev/sda /mnt/flash (which is wrong per se)
no medium found

before going to buy an expensive 9GB flash card I would like to be able to mount this card reader (Sony card memStick)

Thanks for help
francesco pietra

Jacky
09-29-2006, 07:40 AM
Hello,

I am sorry, I cannot be sure what your problem is, as I have been trying, but my Sony memory stick always mount with no problems. I only have 2 suggestions:

1) After Knoppix has finished starting up, have you tried removing the memory stick and reinserting? This could lead Knoppix to detect the memory stick.

2) (This is a stupid suggestion I know -- but it happened to me before) Is it possible that your memory stick is inserted upside down? On my card reader, it is possible to insert the memory stick upside down! When I did that and tried to mount, I got the same error message you got: "device sda1 does not exist".


P.S. Wow, there is a 9GB flash card? How much does it cost?

Francesco Pietra
09-29-2006, 11:38 AM
No the cardreader/Sony memstick are used as on Debian (where they work)

Extracting and reinserting the Sony memstick did not help.

The 9GB was priced 118 euros (VAT included) in Pisa. I did not check either the brand or the guaranty for how many writing sessions.

As to my problems above (similar to those with the Ethernet, se accompanying mail on forum), I suffer from lack of clear indications about filesystems into play. I looked on knoppix at /etc/fstab and run df -h, fdisk ..., all largely different from what is seen on Debian. Surely by deepening the matter one might be able to compare, but it takes time, which I lack. It is the common fault of software: a lot of indications on click here and there, and a lack of clear statements at the beginning where the filesystems are and at what purpose.

Cheers
francesco

Aerows
10-10-2006, 05:03 PM
I know this isn't helpful, but I will chime in and say that I have a similar issue with a PCMCIA CF reader. Unfortunately, I already own a 2GB CF card, and it would be perfect for use as storage under knoppix. I tried your mounting commands just for laughs, and I got the same "no special device" error, too. I hope that a Knoppix guru has some advice for you and for me. Best of luck.

Aerows
10-14-2006, 05:54 PM
I got my CF PCMCIA reader to work on my Sony laptop by not plugging in the card until after udev had autoconfigured the devices. It seems that there is a bug that will not let CF cards in PCMCIA adapters be mounted more than once. On my Sony, it resets the device right before the X manager starts (in this case KDE). If I wait until I've entered KDE, it works. If I try it with the card inserted, and go through boot, it doesn't work. Hope this works for you. It works for my Sony GRT170, but does not work on my Clevo M400a no matter what I do.