Renderman told me this, so I'll pass it on... The specifics will vary according to the actual distro.
Insert the card to the appropriate card slot or PCMCIA adapter. Look at the last entry in
dmesg. It should be the device name of the card.
For the sake of this exercise, let's assume it is "/dev/sda1" in dmesg.
Now, create the mount point:
Code:
# mkdir /mnt/memcard
and mount the device:
Code:
# mount /dev/sda1 /mnt/memcard
And you should be ready to read and write to the card.