Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] usb1 performance out of usb2 external HD
Date: Mon, 16 Jan 2006 14:26:10
Message-Id: 7573e9640601160621i367dfcc6l8296dc8c01cf1f4d@mail.gmail.com
In Reply to: Re: [gentoo-user] usb1 performance out of usb2 external HD by Iain Buchanan
1 On 1/16/06, Iain Buchanan <iaindb@××××××××××××.au> wrote:
2 > On Mon, 2006-01-16 at 06:40 -0700, Richard Fish wrote:
3 > > On 1/15/06, Iain Buchanan <iaindb@××××××××××××.au> wrote:
4 > > > Hi all,
5 > > > $ sudo hdparm -tT /dev/sdd
6 > > >
7 > > > /dev/sdd:
8 > > > Timing cached reads: 3640 MB in 2.00 seconds = 1820.28 MB/sec
9 > > > Timing buffered disk reads: 30 MB in 3.13 seconds = 9.60 MB/sec
10 > > >
11 > > > 9.6 is pretty slow! I should be able to get at least double that...
12 >
13 > actually, I should be able to get 4x that...
14
15 No, you won't. The max I've ever seen any USB drive run at is about
16 30MB/sec, even when the same drive installed internally will run at
17 65MB/sec. My best 2.5" case and drive will pump about 25MB/sec.
18
19 > > Please post the dmesg output from plugging in the drive.
20 >
21 > Note, there are 4 LUNS on this device, the first 3 are card readers ,so
22 > they show with no media (no drive or partitions), the fourth (sdd) is
23 > the ide drive.
24
25 Ok, I've never used one of these combination devices. I'm a little
26 concerned, because the maximum throughput of most media readers is
27 about 10MB/sec...so hoping this is not a limitation of the chipset.
28
29 > relevant dmesg:
30
31 Looks normal...
32
33 > sdd: sdd1 sdd2 sdd3 sdd4 < sdd5 sdd6 sdd7 sdd8 sdd9 sdd10 sdd11 >
34
35 Damn, and I thought I made a lot of volumes.... ;->
36
37 > $ zgrep USB /proc/config.gz | grep -v "^#"
38 > CONFIG_USB_IRDA=m
39 > CONFIG_BT_HCIUSB=m
40 > CONFIG_BT_HCIUSB_SCO=y
41 > CONFIG_BT_HCIBFUSB=m
42 > CONFIG_USB_ARCH_HAS_HCD=y
43 > CONFIG_USB_ARCH_HAS_OHCI=y
44 > CONFIG_USB=m
45 > CONFIG_USB_DEVICEFS=y
46 > CONFIG_USB_EHCI_HCD=m
47 > CONFIG_USB_UHCI_HCD=m
48 > CONFIG_USB_PRINTER=m
49 > CONFIG_USB_STORAGE=m
50
51 I think you need to turn on some of the options under USB Mass Storage
52 support. Particularly
53
54 CONFIG_USB_STORAGE_FREECOM=y
55
56 but I don't think there is any harm in turning all of them on...it is
57 very likely that one of these will give you the best performance.
58
59 -Richard
60
61 --
62 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] How can I unsubscribe? "Markus Döbele" <mar_doe@×××.de>
Re: [gentoo-user] usb1 performance out of usb2 external HD Iain Buchanan <iaindb@××××××××××××.au>