Gentoo Archives: gentoo-user

From: Dan Farrell <dan@×××××××××.cx>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] usb-storage detected but drive not assigned
Date: Thu, 05 Jul 2007 20:58:56
Message-Id: 20070705155153.5eb3930c@pascal.spore.ath.cx
In Reply to: [gentoo-user] usb-storage detected but drive not assigned by maxim wexler
1 On Tue, 3 Jul 2007 18:57:49 -0700 (PDT)
2 maxim wexler <blissfix@×××××.com> wrote:
3
4 > Hi group,
5 >
6 > I can't mount a usb music stick with a fat fs because
7 > a drive letter eg /dev/sda has not been assigned.
8 > Here's dmesg:
9 >
10 > <snip>
11 > usb 1-2: new full speed USB device using uhci_hcd and
12 > address 2
13 > usb 1-2: configuration #1 chosen from 1 choice
14 > Initializing USB Mass Storage driver...
15 > scsi0 : SCSI emulation for USB Mass Storage devices
16 > usb-storage: device found at 2
17 > usb-storage: waiting for device to settle before
18 > scanning
19 > usbcore: registered new interface driver usb-storage
20 > USB Mass Storage support registered.
21 > scsi 0:0:0:0: Direct-Access USB FLASH DISK
22 > V2.0 2120 PQ: 0 ANSI: 2
23 > usb-storage: device scan complete
24 > usbcore: registered new interface driver usbhid
25 > drivers/usb/input/hid-core.c: v2.6:USB HID core driver
26 > usb 1-2: USB disconnect, address 2
27 > usb 1-2: new full speed USB device using uhci_hcd and
28 > address 3
29 > usb 1-2: configuration #1 chosen from 1 choice
30 > scsi1 : SCSI emulation for USB Mass Storage devices
31 > usb-storage: device found at 3
32 > usb-storage: waiting for device to settle before
33 > scanning
34 > scsi 1:0:0:0: Direct-Access USB FLASH DISK
35 > V2.0 2120 PQ: 0 ANSI: 2
36 > usb-storage: device scan complete
37 >
38 > And $cat /proc/partitions only lists the two
39 > hard-drives.
40 >
41 > The device works OK in another gentoo unit with the
42 > same kernel config and modules as far as usb is
43 > concerned.
44 >
45 > I did #mknod /dev/sda b 8 0 and tried to mount it
46 > there and then tried /dev/sda1 but got "/dev/sda not a
47 > valid block device" and "/dev/sda1 does not exist"
48 > respectively.
49 >
50 > Yes, the fat and vfat modules are inserted.
51 >
52 > Maxim
53
54 Did you include modules for scsi disks? I think it's sd_mod.
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] usb-storage detected but drive not assigned-FIXED maxim wexler <blissfix@×××××.com>