I have a similar card reader on my system, may be the following info could be of some help:
dmesg output after inserting an SD card
mmc0: card b231 removed
mmc0: new SD card at address b231
mmcblk0: mmc0:b231 SD02G 1.89 GiB
mmcblk0: unknown partition table
fdisk -l output:
Disk /dev/mmcblk0: 2032 MB, 2032664576 bytes
4 heads, 16 sectors/track, 62032 cylinders, total 3970048 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mmcblk0 doesn't contain a valid partition table
the card was effectively not partitioned, after adding a partition using fdisk:
Disk /dev/mmcblk0: 2032 MB, 2032664576 bytes
4 heads, 16 sectors/track, 62032 cylinders, total 3970048 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0e43d7bb
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 2048 3970047 1984000 83 Linux
notice the
not conventional naming of device and partition(s).
AS