Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261979AbUDPBGL (ORCPT ); Thu, 15 Apr 2004 21:06:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262035AbUDPBGL (ORCPT ); Thu, 15 Apr 2004 21:06:11 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:11940 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S261979AbUDPBFv (ORCPT ); Thu, 15 Apr 2004 21:05:51 -0400 Message-ID: <407F315E.2000809@pobox.com> Date: Thu, 15 Apr 2004 21:05:34 -0400 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Denis Vlasenko CC: Konstantin Sobolev , Justin Cormack , Ryan Geoffrey Bourgeois , Kernel mailing list , linux-ide@vger.kernel.org Subject: Re: poor sata performance on 2.6 References: <200404150236.05894.kos@supportwizard.com> <1082039593.19568.75.camel@lotte.street-vision.com> <200404151848.05857.kos@supportwizard.com> <200404152030.51052.vda@port.imtp.ilyichevsk.odessa.ua> In-Reply-To: <200404152030.51052.vda@port.imtp.ilyichevsk.odessa.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2285 Lines: 75 Denis Vlasenko wrote: > On Thursday 15 April 2004 17:48, Konstantin Sobolev wrote: > >>On Thursday 15 April 2004 18:33, Justin Cormack wrote: >> >>>On Thu, 2004-04-15 at 15:26, Konstantin Sobolev wrote: >>> >>>>On Thursday 15 April 2004 18:00, Justin Cormack wrote: >>>> >>>>>hmm, odd. I get 50MB/s or so from normal (7200, 8MB cache) WD disks, >>>>>and Seagate from the same controller. Can you send lspci, >>>>>/proc/interrupts and dmesg... >>>> >>>>Attached are files for 2.6.5-mm5 with highmem, ACPI and APIC turned >>>>off. >>> >>>ah. Make a filesystem on it and mount it and try again. I see you have >>>no partition table and so probably no filesystem. This means the block >>>size is set to default 512byte not 4k which makes disk operations slow. >>>Any filesystem should default to block size of 4k, eg ext2. >> >>Very interesting! >>created partition table, >>kos sata # mkfs.ext2 /dev/sda1 >>[..skipped..] >>kos mnt # cd / >>kos / # mkdir wd >>kos / # mount /dev/sda1 /wd >>kos / # hdparm -t -a8192 /dev/sda >> >>/dev/sda: >> setting fs readahead to 8192 >> readahead = 8192 (on) >> Timing buffered disk reads: 82 MB in 3.03 seconds = 27.02 MB/sec >> >>kos / # mount | grep sda >>/dev/sda1 on /wd type ext2 (rw) >>kos / # hdparm -t -a8192 /dev/sda >> >>/dev/sda: >> setting fs readahead to 8192 >> readahead = 8192 (on) >> Timing buffered disk reads: 206 MB in 3.02 seconds = 68.15 MB/sec >>kos / # hdparm -t -a8192 /dev/sda >> >>/dev/sda: >> setting fs readahead to 8192 >> readahead = 8192 (on) >> Timing buffered disk reads: 206 MB in 3.02 seconds = 68.18 MB/sec >> >>So first time it gave the same loosy 27 MB/s and subsequent tests give >>pretty good 68 MB/s! Why? > > > Time to CC ide/libata/block layer folks > > Jeff Garzik > libata man It seems like the situation is already resolved, to me. When you mount a filesystem, it changes the default block size (512 or 1024) to the filesystem block size, normally 4096. This would certainly increase the throughput. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/