On Monday 07 January 2002 8:27 pm, you wrote: > How do I find out the device to mount to read photos off the smart media > card? And which file system is it? Am I missing something obvious? There should be some messgae in dmesg, mentioning the device. but if you have scsi_info then just do something like
for i in /dev/sd*; do echo $i ; scsi_info $i ; done Most wil say device is not configured. Then a cfdisk /dev/sdX or even sdX1 on those which come up trumps might help you see some info on the disk to help mount it. I say all this though, having failed to get a Smart Media Reader working for me, I've asked for help but there hasn't been any forthcoming. This however is what Im sure should help if all works well, but there seems to be no reason to believe that even though the USB Mass storage driver claims the device, that the device will work. _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
