Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 00:27:27 -0600
From:      Tim Judd <tajudd@gmail.com>
To:        yuri@rawbw.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Why USB harddrive is so slow under FreeBSD?
Message-ID:  <ade45ae90904122327l2c13b3b7nf5c4c37d8978bad3@mail.gmail.com>
In-Reply-To: <49E246EC.50702@rawbw.com>
References:  <49E246EC.50702@rawbw.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 12, 2009 at 1:54 PM, Yuri <yuri@rawbw.com> wrote:

> I have FreeBSD-71 running with USB controller:
> uhci0: <VIA 83C572 USB controller> port 0xa800-0xa81f irq 21 at device 16.0
> on pci0
>
> I connected to it Toshiba USB hard drive HDDR500E03X:
> umass0: <Toshiba External USB HDD, class 0/0, rev 2.00/1.03, addr 2> on
> uhub4
> da0: <Toshiba External USB HDD 1.03> Fixed Direct Access SCSI-4 device
>
> When I try to copy data with 'dd if=/dev/da0s1 of=/dev/null count=10000' it
> only achieves has 0.65MB/s transfer speed.
>
> What's wrong, why is it so slow?
>
> Yuri
>


uhci is 1.0 devices specs of 12Mbit/sec
ohci is 1.1 devices
ehci is 2.0 devices specs of 480Mbit/sec


Seeing various PCs boot and during the probe, typically I see 1 ehci, and
multiple uhci and ohci devices.


Your Toshiba External USB HDD must have 2.0 speeds to be able to transfer at
that speed... hooking a 2.0 device into a 1.x port will either cause port
shutdown, or a backwards compatible downstep for the device in terms of
speed.


Hope this explanation helps.

--TJ



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ade45ae90904122327l2c13b3b7nf5c4c37d8978bad3>