I have been hackin around for a few hours now trying to read a few pictures from the Compact Flash card in my sandisk card reader . Browsing the forums I see that the ordinairy fix is to: "mount -t vfat /dev/sda1 /mnt/flash", but this just yields:
[root@imf kamstrup]# mount -t vfat /dev/sda1 /mnt/flash
mount: special device /dev/sda1 does not exist
my /var/log/messages says:
...
Aug 13 15:57:36 imf kernel: hub.c: new USB device 00:07.2-2, assigned address 6
Aug 13 15:57:36 imf kernel: usb.c: USB device 6 (vend/prod 0x781/0x5) is not claimed by any active driver.
Aug 13 15:57:40 imf /etc/hotplug/usb.agent: ... no modules for USB product 781/5/5
the last sections of my dmesg is:
...
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
usb.c: USB disconnect on device 00:07.2-2 address 2
hub.c: new USB device 00:07.2-2, assigned address 3
usb.c: USB device 3 (vend/prod 0x781/0x5) is not claimed by any active driver.
usb.c: USB disconnect on device 00:07.2-2 address 3
hub.c: new USB device 00:07.2-1, assigned address 4
usb.c: USB device 4 (vend/prod 0x781/0x5) is not claimed by any active driver.
cdrom: open failed.
cdrom: open failed.
usb.c: USB disconnect on device 00:07.2-1 address 4
hub.c: new USB device 00:07.2-2, assigned address 5
usb.c: USB device 5 (vend/prod 0x781/0x5) is not claimed by any active driver.
cdrom: open failed.
cdrom: open failed.
usb.c: USB disconnect on device 00:07.2-2 address 5
hub.c: new USB device 00:07.2-2, assigned address 6
usb.c: USB device 6 (vend/prod 0x781/0x5) is not claimed by any active driver.
As you can see I've plugged and unplugged the sandisk a few times... I have insmod'ed both fat and vfat so these aren't the problems...
By the way Kwikdisk dosn't help much either, usbview detects the drive okay...
I would really appreciate help on this one because I'm trying to convince my girlfriend that linux is the better choice...
