I have one PCMCIA flash memory card that i'm trying to access from knoppix, but to no avail yet. It doesn't seem to mount it automatically. command "cardctl status" shows

Socket 0:
5 V 16-bit PC Card
function 0: [ready]

file /var/lib/pcmcia/stab has one line what says that

Socket 0: Memory Card

So i suppose that card is regogniced properly. But there is no icon at desktop to mount it. Under /dev/ there is listed hda1 (my hard drive) hdc (cdrom) and also hda, but no other files starting with hd. I created folder /media/card and tried to mount hda with command "mount -t msdos /dev/hda /media/card", but it fails with message "mount: /dev/hda already mounted or /media/card busy". I don't know if hda is my memory card or just some part of hard drive (i'm not so experienced linux user). And if it is not my memory card then i don't know what is.

It is also possible that memory card is broken. Under windows i can see names of files, but i can't access content of them. That is reason why i'm trying to access it in knoppix, i try to recover what is recoverable.