This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM6446 SD Card Mount

Running community kernel 2.6.38.

Kernel finds the SD Card

-- log snippet

mmc0: new SDHC card at address 1234
mmcblk0: mmc0:1234 SA04G 3.70 GiB
 mmcblk0: p1

-- log snippet

trying to mount the card with mount /dev/mmcblk0p1 /mnt -o sync

and get 'No such file or directory'

The card is formatted ext2 (tried FAT32 as well).  Both file systems are built into the kernel, and the /mnt directory exists.

Will the mmc driver only work with certain size/brands of SD cards?  Any other clues or ideas?

Thanks.