Reading SD Card 2004-01-13 - By Stuart Sears
Back On Tuesday 13 January 2004 11:12, Shesh Kondi wrote:
> How do I read an SD Card ( from my Digital Camera) on RH Laptop. Running
> Kernel 2.4.23.
> I have a built-in SD Card reader on my Toshiba Tecra 9000, but can 't
> seem to read it.
Normally the usb-storage module creates a 'virtual ' scsi disk for the SD card.
It may well already have done so for your smartcard reader in the laptop.
have you tried cdrecord -scanbus?
mine gives:
scsibus0:
0,0,0 0) 'Generic ' 'USB-SMC ' '0207 ' Removable Disk
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
this is my cardreader, and would equate to /dev/sda (as I have no scsi disks)
the majority of cameras format their cards as FAT, so to mount it I do:
mount /dev/sda1 /mnt/camera -t vfat
with my camera plugged in I get an entry for 1,0,0 as well...
make sure the usb-storage module is loaded, though...
just some suggestions...
HTH
Stuart
--
Stuart Sears RHCE/RHCX
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
|
|