From owner-freebsd-current@FreeBSD.ORG Mon Sep 27 11:58:22 2004 Return-Path: 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 2D74E16A4CE for ; Mon, 27 Sep 2004 11:58:22 +0000 (GMT) Received: from xout.mail.su29.ru (xout.mail.su29.ru [81.200.3.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4AE43D3F for ; Mon, 27 Sep 2004 11:58:21 +0000 (GMT) (envelope-from _pppp@mail.ru) Received: from [81.200.13.122] (helo=[192.168.28.30]) by mail.su29.ru with esmtp (Exim 4.42 (FreeBSD)) id 1CBu94-000LZG-Fq; Mon, 27 Sep 2004 15:58:18 +0400 From: dima <_pppp@mail.ru> To: Arne Schwabe In-Reply-To: <86zn3edobp.fsf@kamino.rfc1149.org> References: <4155DC3F.5070904@freesurf.ch> <86zn3edobp.fsf@kamino.rfc1149.org> Content-Type: text/plain Organization: SU29 Telecom Message-Id: <1096286289.3228.3.camel@pppp> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 27 Sep 2004 15:58:09 +0400 Content-Transfer-Encoding: 7bit cc: Mauro Triulzi cc: freebsd-current@freebsd.org Subject: Re: ATA disk performance (ICH2 controller), some tests and comparison with Linux 2.6.5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 27 Sep 2004 11:58:22 -0000 > > > > deleteme.now is about 488 MB, rate about 100 MB/sec!! > > > > How much ram do you have? I think Linux is tricking you here, caching > the writes in ram. Linux is "tricking" you mounting it's filesystems async by default. I was getting the same performance as in linux mounting an ufs filesystem with -o async, but in the case of copying from another (mounted with -o noatime option only fs). In either was copying from the same drive performes much worse than a linux (say, 55MB/s vs 11MB/s on a modern SCSI drive). So, it's not an ATA problem only.