From owner-freebsd-current@FreeBSD.ORG Wed Mar 1 14:41:30 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F4E716A420; Wed, 1 Mar 2006 14:41:30 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn.pobox.com (thorn.pobox.com [208.210.124.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CAC43D46; Wed, 1 Mar 2006 14:41:30 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn (localhost [127.0.0.1]) by thorn.pobox.com (Postfix) with ESMTP id 1D0EE91; Wed, 1 Mar 2006 09:41:51 -0500 (EST) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by thorn.sasl.smtp.pobox.com (Postfix) with ESMTP id 6310A119CE; Wed, 1 Mar 2006 09:41:48 -0500 (EST) Received: from lists by mappit.local.linnet.org with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FESW4-0003kx-NE; Wed, 01 Mar 2006 14:41:24 +0000 Date: Wed, 1 Mar 2006 14:41:24 +0000 From: Brian Candler To: "Mikhail T." Message-ID: <20060301144124.GA14411@uk.tiscali.com> References: <200603010505.k2155HfQ003205@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603010505.k2155HfQ003205@aldan.algebra.com> User-Agent: Mutt/1.4.2.1i Cc: current@FreeBSD.org, sos@FreeBSD.org Subject: Re: pitiful performance of an SATA150 drive X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 14:41:30 -0000 On Wed, Mar 01, 2006 at 12:05:17AM -0500, Mikhail T. wrote: > I installed a new 500Gb SATA drive into my 6.1 system and am greatly > disappointed with its performance. Although straight reading is > Ok at around 32Mb/s, the writing is never more than 7Mb/s (as reported > by `systat 1 -vm' while running `cat < /dev/zero > /dev/ad8'). > > I reported this a few months ago (running 6.0 then), and one of the > suggestions was, the drive is bad. Well, I'm seeing the same with its > replacement... > > Also, KNOPPIX-4.0.2 can write to the drive at 22Mb/s (using dd). Just to be clear: this is Knoppix running on the *same* machine as you've been testing FreeBSD? (In other words, you've not unplugged the drive and plugged it into a different PC or controller?) Aside: why are you using cat under FreeBSD, but dd under Knoppix? I'd use dd everywhere for consistency. Regards, Brian.