Hi.
I use SUSE 12.1
If i plug usb stick i get:
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 3932 1006576 b W95 FAT32
dmesg
Dec 12 15:12:00 linux-uy3g kernel: usb 3-1: new high speed USB device using ehci_hcd and address 6
Dec 12 15:12:00 linux-uy3g kernel: usb 3-1: configuration #1 chosen from 1 choice
Dec 12 15:12:00 linux-uy3g kernel: usb 3-1: New USB device found, idVendor=0930, idProduct=653d
Dec 12 15:12:00 linux-uy3g kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 12 15:12:00 linux-uy3g kernel: usb 3-1: Product: TransMemory
Dec 12 15:12:00 linux-uy3g kernel: usb 3-1: Manufacturer: TOSHIBA
Dec 12 15:12:00 linux-uy3g kernel: usb 3-1: SerialNumber: 0E50B56082F13AE3
Dec 12 15:12:00 linux-uy3g kernel: Initializing USB Mass Storage driver…
Dec 12 15:12:00 linux-uy3g kernel: scsi4 : SCSI emulation for USB Mass Storage devices
Dec 12 15:12:00 linux-uy3g kernel: usbcore: registered new interface driver usb-storage
Dec 12 15:12:00 linux-uy3g kernel: USB Mass Storage support registered.
Dec 12 15:12:00 linux-uy3g kernel: usb-storage: device found at 6
Dec 12 15:12:00 linux-uy3g kernel: usb-storage: waiting for device to settle before scanning
Dec 12 15:12:01 linux-uy3g kernel: scsi 4:0:0:0: Direct-Access TOSHIBA TransMemory 5.00 PQ: 0 ANSI: 0 CCS
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: [sdb] 2013184 512-byte hardware sectors (1031 MB)
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: [sdb] Write Protect is off
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: [sdb] 2013184 512-byte hardware sectors (1031 MB)
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: [sdb] Write Protect is off
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
And its working
If i plug usb cable in my usb canon A560 or mp3 player i don’t
get automount.
Also: manually mount sdb1 gives me :
mount: special device /dev/sdb1 does not exist
dmesg
Dec 12 15:12:01 linux-uy3g kernel: sdb: sdb1
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
Dec 12 15:12:01 linux-uy3g kernel: sd 4:0:0:0: Attached scsi generic sg2 type 0
Dec 12 15:12:01 linux-uy3g kernel: usb-storage: device scan complete
Dec 12 15:12:54 linux-uy3g kernel: usb 3-1: USB disconnect, address 6
Dec 12 15:13:09 linux-uy3g kernel: usb 3-1: new high speed USB device using ehci_hcd and address 7
Dec 12 15:13:10 linux-uy3g kernel: usb 3-1: configuration #1 chosen from 1 choice
Dec 12 15:13:10 linux-uy3g kernel: usb 3-1: New USB device found, idVendor=04a9, idProduct=314d
Dec 12 15:13:10 linux-uy3g kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 12 15:13:10 linux-uy3g kernel: usb 3-1: Product: Canon Digital Camera
Dec 12 15:13:10 linux-uy3g kernel: usb 3-1: Manufacturer: Canon Inc.
Dec 12 15:13:10 linux-uy3g kernel: usb 3-1: SerialNumber: 55C0CAF2EA2840AEA8CA55609A769076
So it recognize it but no mount .
How to resolve it?
Thanks.