You are not logged in.
Pages: 1
hello!
Im having some trouble withe my old card reader. I need to read SD HC card :
any file manager cant recognize it and when Im using consol Im getting :
[root@server tepo]# ls /dev/sd*
/dev/sda /dev/sda2 /dev/sda4 /dev/sdb /dev/sdb2
/dev/sda1 /dev/sda3 /dev/sda5 /dev/sdb1 /dev/sdb5
[root@server tepo]# ls /dev/sd*
/dev/sda /dev/sda2 /dev/sda4 /dev/sdb /dev/sdb2 /dev/sdc /dev/sde
/dev/sda1 /dev/sda3 /dev/sda5 /dev/sdb1 /dev/sdb5 /dev/sdd /dev/sdf
[root@server tepo]# mount -t vfat /dev/sdc us/
mount: /dev/sdc is not a valid block device
[root@server tepo]# mount -t vfat /dev/sdd us/
mount: no medium found on /dev/sdd
[root@server tepo]# mount -t vfat /dev/sde us/
mount: no medium found on /dev/sde
[root@server tepo]# mount -t vfat /dev/sdf us/
mount: no medium found on /dev/sdf
[root@server tepo]#
Is it even possible to make it works for me?
thanks for help!
Offline
If this is an "old" card reader, is it supposed to read SDHC cards? An SDHC reader can read SD cards, but not the opposite.
Offline
man, you are damn right!
I can read xD card so driver is ook!
incredible
Offline
Pages: 1