My question also related to USB card reader so append the post here.
After inserting the card, dmesg show sd0 to sd3 but the point is, the naming in /dev are sdXa, sdXb, sdXc ... so on. So what dmesg tell is different from the files inside /dev
From the following command, for mounting MS file system
Quote:
At this point you can simply mount it like so:
Code:
# mount -t msdosfs /dev/da0s1 /mnt/usb-drive
|
So how do I mount Linux file system like ext3 ?