From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 31 05:19:26 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A263C37B404 for ; Thu, 31 Jul 2003 05:19:26 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE89743FBD for ; Thu, 31 Jul 2003 05:19:24 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9) id h6VCJLVG053962; Thu, 31 Jul 2003 14:19:21 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200307311219.h6VCJLVG053962@spider.deepcore.dk> In-Reply-To: <1757258773.20030731145432@centrum.cz> To: Buckie Date: Thu, 31 Jul 2003 14:19:21 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 cc: freebsd-hackers@freebsd.org Subject: Re: Ultra ATA card doesn't seem to provide Ultra speeds. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 12:19:27 -0000 It seems Buckie wrote: > I ran a dd: > dd if=/dev/ad1 of=/dev/zero ibs=8192 > ...and cancelled it after some amount of time: > 2321+0 records in > 37136+0 records out > 19013632 bytes transferred in 27.876118 secs (682076 bytes/sec) > > I don't use static2 ata device numbering hence Maxtor is assigned ad1, > but it would be ad4 if things were static. > > Experiemnting with ibs value I can get speeds of up to 16MB per > second. But no more. OH, you need to output to /dev/null NOT /dev/zero :) besides that, all looks OK, but you need a fairly large bs to se improvments on this (relatively slow) machine, try a bs of 1m and see if that helps, if not there is something slowing down your system.. -Søren