From owner-freebsd-usb@FreeBSD.ORG Sun Dec 26 06:34:52 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377CE16A4CE for ; Sun, 26 Dec 2004 06:34:52 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id E039443D46 for ; Sun, 26 Dec 2004 06:34:51 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-216-100-134-143.dsl.snfc21.pacbell.net [216.100.134.143])iBQ6Yee2156320; Sun, 26 Dec 2004 01:34:44 -0500 Message-ID: <41CE5B7F.3090805@elischer.org> Date: Sat, 25 Dec 2004 22:34:39 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: ticso@cicely.de References: <41CD83E6.1010304@gmail.com> <20041225181725.GE58581@cicely12.cicely.de> <41CDEDE2.5030900@gmail.com> <20041226002721.GG58581@cicely12.cicely.de> In-Reply-To: <20041226002721.GG58581@cicely12.cicely.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: How to mount usb2 devices X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 06:34:52 -0000 Bernd Walter wrote: > On Sat, Dec 25, 2004 at 11:46:58PM +0100, Darksidex wrote: > >>Bernd Walter wrote: >> >> >>>It is running high speed, because it is attached to your ehci >>>controller. >>>Having high throughput is another story - msdosfs is not very efficient >>>with some devices - you might want to check a dd with big block sizes >>>to verify if higher speed can be reached. >>> >>> >> >>How can I do it? > > > dd if=/dev/da-whatever-number-it-is of=/dev/null bs=64k > You may want to test higher values for bs= too. I think that there is a lot of work that can be done to speed up USB2 devices.. for example Ugen devices can be sped up by an order of magnitude with a simple set of changes. (that I will commit when I clean them up) I have to guess that the Umass driver may have similar performance problems.