I have my new BeagleBoneBlack working well with ArchLinuxARM and I am loaded into the eMMC and booting off the eMMC with no problem (thank you for the instructions on how to install on the eMMC). When I insert a microSD card (after the system is booted), I don't believe it is being recognized. I was expecting to see something like /dev/sdX but no luck.
I would like to mount the microSD card as another filesystem, but I don't know how to determine its /dev. I have already partitioned and formatted the microSD card (ext4) as one large partition. Also, if I insert the card into a USB reader and plug that into the BeagleBoneBlack, the microSD card shows up as /dev/sda, and I am able to mount the card and use it with no problems.
Could someone help me understand why when I insert the microSD card into the microSD card slot I don't see a "new device" and/or help me to make the correct settings in ArchLinuxARM to recognize the microSD card.