Ho acquistato un mini hard disk USB da 4G, sicuro che avrebbe funzionato come qualunque altra memoria USB. Invece, nonostante funzioni perfettamente su Windows, su Linux non viene creato /dev/sda1 (nè sda2, nè sdb, nè sdg... il disco è visto come /dev/sda ma non crea la partizione) e quindi non mi è possibile montarlo. Se cerco di montare /dev/sda ottengo un can't read superblock.
Cosa devo fare?
Ribadisco che su Win funziona e quindi non è un problema hardware...
Questi i messaggi del kernel quando inserisco l'hard disk:


codice:
Dec 18 18:19:06 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 8
Dec 18 18:19:06 localhost kernel: usb 1-1: configuration #1 chosen from 1 choice
Dec 18 18:19:06 localhost kernel: scsi6 : SCSI emulation for USB Mass Storage devices
Dec 18 18:19:11 localhost kernel:   Vendor: CORNICE   Model: Inc. Storage Ele  Rev:  0 0
Dec 18 18:19:11 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 00
Dec 18 18:19:11 localhost kernel: SCSI device sda: 7999488 512-byte hdwr sectors (4096 MB)
Dec 18 18:19:11 localhost kernel: sda: Write Protect is off
Dec 18 18:19:11 localhost kernel: SCSI device sda: 7999488 512-byte hdwr sectors (4096 MB)
Dec 18 18:19:11 localhost kernel: sda: Write Protect is off
Dec 18 18:19:12 localhost kernel:  sda:<6>sd 6:0:0:0: SCSI error: return code = 0x10070000
Grazie