View Single Post
Posts: 434 | Thanked: 245 times | Joined on Jan 2010
#202
Another feedback, I was able to connect memory card reader (Apacer) with 4 slots, where I inserted 3 memory cards at the same time. H-e-n couldn't mount them, but I do it through x-terminal. Only one card was able to be mounted at the time. I used this commands:

Code:
#mount -t vfat /dev/sda1 /media/flash
#mount -t vfat /dev/sdb1 /media/flash
#mount -t vfat /dev/sdc1 /media/flash
#mount -t vfat /dev/sdd1 /media/flash
Awesome guys!
 

The Following 2 Users Say Thank You to kolos For This Useful Post: