Multimedia Card ReaderMotion-Flash 6

Helps you to decide which product to buy

Small hint (not only for removable devices)
blkid
remember the UUID value and
mount -U "XXXX-XXX-..."
mount the partition without knowing the device name. Works also via fstab
UUID="XXXX-XXX-..." /mnt/foo1 auto defaults,noauto,users 0 0
Instead of / additionally to UUID you can also use the name of the filesystem
mount -L NAME1
mount -l
Again via fstab
LABEL="NAME1" /mnt/foo1 auto defaults,noauto,users 0 0