From owner-freebsd-questions@FreeBSD.ORG Sun Apr 12 20:41:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3345D10656DD for ; Sun, 12 Apr 2009 20:41:22 +0000 (UTC) (envelope-from frederique@isafeelin.org) Received: from progress.isafeelin.org (progress.isafeelin.org [84.244.146.92]) by mx1.freebsd.org (Postfix) with ESMTP id E84338FC08 for ; Sun, 12 Apr 2009 20:41:21 +0000 (UTC) (envelope-from frederique@isafeelin.org) Received: from progress.isafeelin.org (localhost [127.0.0.1]) by progress.isafeelin.org (Postfix) with ESMTP id 97FC6130D85; Sun, 12 Apr 2009 22:41:20 +0200 (CEST) Received: from s55919a03.adsl.wanadoo.nl (s55919a03.adsl.wanadoo.nl [85.145.154.3]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by progress.isafeelin.org (Postfix) with ESMTPSA id 6A6AD130D7D; Sun, 12 Apr 2009 22:41:20 +0200 (CEST) Received: from [192.168.1.15] (unknown [192.168.1.15]) by s55919a03.adsl.wanadoo.nl (Postfix) with ESMTP id DF48A45083; Sun, 12 Apr 2009 22:41:19 +0200 (CEST) Message-ID: <49E251EE.3080301@isafeelin.org> Date: Sun, 12 Apr 2009 22:41:18 +0200 From: Frederique Rijsdijk User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: yuri@rawbw.com References: <49E246EC.50702@rawbw.com> In-Reply-To: <49E246EC.50702@rawbw.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: Why USB harddrive is so slow under FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 20:41:23 -0000 Yuri wrote: > I have FreeBSD-71 running with USB controller: > uhci0: port 0xa800-0xa81f irq 21 at device > 16.0 on pci0 > > I connected to it Toshiba USB hard drive HDDR500E03X: > umass0: on > uhub4 > da0: 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. > I get around the same speeds if I do it that way. But if I add 'bs=1m', speeds go up to 27MB/sec.