From owner-freebsd-stable@FreeBSD.ORG Mon Jun 9 17:56:29 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1DE137B401 for ; Mon, 9 Jun 2003 17:56:29 -0700 (PDT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC3F943FCB for ; Mon, 9 Jun 2003 17:56:28 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out004.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030610005628.HTWN246.out004.verizon.net@mac.com> for ; Mon, 9 Jun 2003 19:56:28 -0500 Message-ID: <3EE52CB6.90206@mac.com> Date: Mon, 09 Jun 2003 20:56:22 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <006601c29cab$ec3a9c80$0100000a@D9NLZD0J> <20030608152726.GA26871@tuatara.fishballoon.org> <87u1ay50n3.fsf@Pectopah.shenton.org> <3EE52783.2030306@mac.com> In-Reply-To: <3EE52783.2030306@mac.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [141.149.47.46] at Mon, 9 Jun 2003 19:56:27 -0500 Subject: Re: Via EPIA Mini-ITX motherboard X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 00:56:30 -0000 Chuck Swiger wrote: [ ... ] Adjusting the blocksize up even more gets ~32 MB/s over firewire: # dd if=/dev/da1s1 of=/dev/null bs=51200 count=10000 skip=20000 10000+0 records in 10000+0 records out 512000000 bytes transferred in 16.030257 secs (31939600 bytes/sec) ...which is plenty good enough for the time being-- it's probably being limited by the drive throughput more than anything else. -Chuck