Gentoo Archives: gentoo-user

From: Matthias Schweinoch <matthias.schweinoch@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Mounting USB Storage Devices
Date: Tue, 12 Jul 2005 22:02:03
Message-Id: 20050712235605.1096d926.matthias.schweinoch@gmx.de
1 Hi all,
2
3 I'm running Gentoo 2005.0 with an up-to-date portage tree, and I'm
4 having some trouble getting an external USB harddisk running. My kernel
5 is a 2.6.11-gentoo-r9. I have compiled USB support and SCSI
6 support into the kernel.
7
8 When I attach the harddisk via USB, the following output is produced in
9 /var/log/messages:
10
11 Jul 12 23:47:25 genbox usb 1-1.1: new full speed USB device using
12 ohci_hcd and address 6
13 Jul 12 23:47:25 genbox scsi2 : SCSI emulation for USB Mass Storage
14 devices
15 Jul 12 23:47:25 genbox usb-storage: device found at 6
16 Jul 12 23:47:25 genbox usb-storage: waiting for device to settle before
17 scanning
18 Jul 12 23:47:30 genbox Vendor: TOSHIBA Model: MK4004GAH Rev: 0811
19 Jul 12 23:47:30 genbox Type: Direct-Access ANSI SCSI revision: 00
20
21 Jul 12 23:47:30 genbox Attached scsi generic sg0
22 at scsi2, channel 0, id 0, lun 0, type 0
23 Jul 12 23:47:30 genbox usb-storage: device scan complete
24 Jul 12 23:47:30 genbox scsi.agent[8603]: disk at
25 /devices/pci0000:00/0000:00:03.0/usb1/1-1/1-1.1/1-1.1:1.0/host2/target2
26 :0:0/2:0:0:0
27
28 Running 'lsusb' gives me the following for device 6:
29
30 Bus 001 Device 006: ID 2735:1005
31
32 'sg_scan' produces the following ouput:
33
34 /dev/sg0: scsi2 channel=0 id=0 lun=0 [em]
35
36 I would think this all looks pretty good, i.e. I would expect to be able
37 to mount the drive by doing something like:
38
39 mount /dev/sg0 /mnt/usbstorage
40
41 However, if I try this, mount produces an output saying that the device
42 is not a block device.
43
44 I'm pretty much out out ideas, and I'd welcome any suggestions.
45
46 Sincerely,
47
48 Matthias
49 --
50 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Mounting USB Storage Devices busby@××××××.com
Re: [gentoo-user] Mounting USB Storage Devices Zac Medico <zmedico@×××××.com>