Ho una chiavetta USB 1.0 da 16 GB in titanio con rilegatura in pelle, che mi piace per caso. So che funziona su Vista (di tutte le cose) ma in Ubuntu 11.04 (ho anche gnome 3, se ciò può influire, ma sono abbastanza sicuro di averlo provato prima) non viene rilevato. Ho anche eseguito i comandi sudo nel terminale per cercarlo e non viene visualizzato, né quando eseguo l'accesso come root.
A causa della bassa velocità, lo uso solo per HTML / CSS / PHP e un backup delle impostazioni del software nel caso in cui rompa qualcosa e devo ripristinare la mia configurazione senza una connessione a Internet.
Toshiba Satellite-Pro L300 1F-J (con RAM aggiornata).
3 porte USB 2.0, 2 a sinistra, una a destra, tutte testate.
$ sudo lsusb
genera:
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0011:7788
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ dmesg
aggiunge:
[ 79.868026] usb 2-3: new high speed USB device using ehci_hcd and address 2
[ 80.150509] usbcore: registered new interface driver uas
[ 80.174803] Initializing USB Mass Storage driver...
[ 80.174934] scsi6 : usb-storage 2-3:1.0
[ 80.175941] usbcore: registered new interface driver usb-storage
[ 80.175945] USB Mass Storage support registered.
[ 81.184276] scsi 6:0:0:0: Direct-Access Generic Flash Disk 8.00 PQ: 0 ANSI: 2
[ 81.184790] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 81.187989] sd 6:0:0:0: [sdb] 32768000 512-byte logical blocks: (16.7 GB/15.6 GiB)
[ 81.188829] sd 6:0:0:0: [sdb] Write Protect is off
[ 81.188834] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 81.188836] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 81.191324] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 81.207084] sdb:
[ 81.212388] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 81.212395] sd 6:0:0:0: [sdb] Attached SCSI removable disk
dmesg
: annotare il [... tempo ...]. Inserisci la tua chiavetta USB e digita dmesg
- copia e incolla il nuovo output che vedi da [... tempo ...] nella tua domanda. Ci auguriamo che questo ci dia un indizio su come il kernel stia gestendo la tua chiavetta USB.
dmesg
output aggiunto di @fossfreedom .