Gentoo Archives: gentoo-user

From: Daniel D Jones <ddjones@××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Mounting a USB thumbdrive
Date: Sat, 29 Jul 2006 20:05:27
Message-Id: 200607291559.34743.ddjones@riddlemaster.org
1 I'm trying to mount a USB thumbdrive. After inserting the drive into the
2 port, dmesg shows:
3
4 usb 1-3: new high speed USB device using ehci_hcd and address 4
5 ehci_hcd 0000:00:10.3: port 3 high speed
6 ehci_hcd 0000:00:10.3: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT
7 usb 1-3: default language 0x0409
8 usb 1-3: new device strings: Mfr=1, Product=2, SerialNumber=3
9 usb 1-3: Product: USB2 ThumbDrive
10 usb 1-3: Manufacturer: Memorex
11 usb 1-3: SerialNumber: 21030416329805
12 usb 1-3: uevent
13 usb 1-3: device is bus-powered
14 usb 1-3: configuration #1 chosen from 1 choice
15 usb 1-3: adding 1-3:1.0 (config #1, interface 0)
16 usb 1-3:1.0: uevent
17 usb-storage 1-3:1.0: usb_probe_interface
18 usb-storage 1-3:1.0: usb_probe_interface - got id
19 scsi1 : SCSI emulation for USB Mass Storage devices
20 drivers/usb/core/inode.c: creating file '004'
21 usb-storage: device found at 4
22 usb-storage: waiting for device to settle before scanning
23 Vendor: Memorex Model: USB2 ThumbDrive Rev: 2.00
24 Type: Direct-Access ANSI SCSI revision: 00
25 usb-storage: device scan complete
26
27
28 cat /proc/bus/usb/devices gives
29
30 ...
31 T: Bus=01 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#= 4 Spd=480 MxCh= 0
32 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
33 P: Vendor=0a16 ProdID=9903 Rev= 0.71
34 S: Manufacturer=Memorex
35 S: Product=USB2 ThumbDrive
36 S: SerialNumber=21030416329805
37 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
38 I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
39 E: Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
40 E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
41
42 mount shows:
43
44 usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=85)
45
46 However:
47
48 root@Merlin:/ # ls -d /dev/s*
49 /dev/shm /dev/stderr /dev/stdin /dev/stdout
50
51 There are no sd* devices under /dev to be mounted. What am I missing?
52 --
53 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Mounting a USB thumbdrive Richard Fish <bigfish@××××××××××.org>