From owner-freebsd-questions@freebsd.org Fri Sep 11 13:28:16 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 845D6A02C8D for ; Fri, 11 Sep 2015 13:28:16 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 602F712E2 for ; Fri, 11 Sep 2015 13:28:16 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from lowell-desk.lan (router.lan [172.30.250.2]) by be-well.ilk.org (Postfix) with ESMTP id 547FC33C24; Fri, 11 Sep 2015 09:28:04 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 7CFA73980E; Fri, 11 Sep 2015 09:28:02 -0400 (EDT) From: Lowell Gilbert To: Ernie Luzar Cc: freebsd-questions@freebsd.org Subject: Re: USB physical ports References: <55F1A507.70402@gmail.com> <2091716.bhpPQfPjgk@amd.asgard.uk> <55F216CB.6040606@gmail.com> <2029052.xQsMmxkVaC@desk8.phess.net> <55F2C335.3030304@gmail.com> Reply-To: freebsd-questions@freebsd.org Date: Fri, 11 Sep 2015 09:28:01 -0400 In-Reply-To: <55F2C335.3030304@gmail.com> (Ernie Luzar's message of "Fri, 11 Sep 2015 08:04:05 -0400") Message-ID: <44wpvxkrvi.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 13:28:16 -0000 Ernie Luzar writes: > /root/bin >dd if=/dev/da0 of=/dev/null bs=1M count=400 > 400+0 records in > 400+0 records out > 419430400 bytes transferred in 22.415176 secs (18711894 bytes/sec) > > > If 20Mbps is the max rate Freebsd can do, then 18.7Mbps is a good rate. You're confusing bits with bytes. 19 megabytes per second is (with overhead) over 250 megabits per second, which is a bit over half of the theoretical max for USB 2.0, but perfectly respectable for inexpensive flash drives. > But the real question is why is Freebsd USB rates capped at 20Mbps > when the hardware says it's capable of 480Mbps? The hardware is capable of transfers at 480 megabits per second, but that doesn't mean that the flash can physically read data that quickly.