Hi, I do not succeed in mounting my new digital camera.
I recompiled my kernel (2.6.8) with USB, SCSI and VFAT support. dmesg # looks fine: SCSI subsystem initialized usbcore: registered new driver usbfs usbcore: registered new driver hub ... usb usb1: new device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: default language 0x0409 usb usb1: Product: Intel Corp. 82371AB/EB/MB PIIX4 USB usb usb1: Manufacturer: Linux 2.6.8 uhci_hcd usb usb1: SerialNumber: 0000:00:04.2 usb usb1: adding 1-0:1.0 (config #1, interface 0) hub 1-0:1.0: usb_probe_interface hub 1-0:1.0: usb_probe_interface - got id hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected hub 1-0:1.0: standalone hub hub 1-0:1.0: no power switching (usb 1.0) hub 1-0:1.0: individual port over-current protection hub 1-0:1.0: power on to power good time: 2ms hub 1-0:1.0: local power source is good Initializing USB Mass Storage driver... usbcore: registered new driver usb-storage USB Mass Storage support registered. ... usb 1-1: new full speed USB device using address 2 usb 1-1: new device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1: default language 0x0409 usb 1-1: Product: NIKON DSC E3700 usb 1-1: Manufacturer: NIKON usb 1-1: SerialNumber: 000004747725 usb 1-1: adding 1-1:1.0 (config #1, interface 0) usb-storage 1-1:1.0: usb_probe_interface usb-storage 1-1:1.0: usb_probe_interface - got id scsi0 : SCSI emulation for USB Mass Storage devices Vendor: NIKON Model: NIKON DSC E3700 Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 02 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 USB Mass Storage device found at 2 cat /proc/scsi/scsi # looks also fine: Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: NIKON Model: NIKON DSC E3700 Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 02 However, I do not succeed in mounting the pseudo-SCSI device: >From dmesg, I infer that the device ought to be /dev/sg0: # mount -t vfat /dev/sg0 /camera mount: /dev/sg0 is not a block device Numerous webpages suggest that the device is /dev/sda1: # mount -t vfat /dev/sda1 /camera mount: /dev/sda1 is not a valid block device Thanks for any clue - Joachim __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
