From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966013Ab0CPGZE (ORCPT ); Tue, 16 Mar 2010 02:25:04 -0400 Received: from www.wytron.com.tw ([211.75.82.101]:40705 "EHLO www.wytron.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965916Ab0CPGZB (ORCPT ); Tue, 16 Mar 2010 02:25:01 -0400 Message-ID: <4B9F24BE.3070401@wytron.com.tw> Date: Tue, 16 Mar 2010 14:27:10 +0800 From: Thomas Chou User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Thunderbird/3.0.3 MIME-Version: 1.0 To: James Bottomley CC: Tejun Heo , Denys Vlasenko , Arnd Bergmann , "linux-ide@vger.kernel.org" , lkml , Daniel Taylor , Jeff Garzik , Mark Lord , tytso@mit.edu, "H. Peter Anvin" , hirofumi@mail.parknet.co.jp, Andrew Morton , Alan Cox , irtiger@gmail.com, Matthew Wilcox , aschnell@suse.de, knikanth@suse.de, jdelvare@suse.de Subject: Re: ATA 4 KiB sector issues. References: <4B947393.2050002@kernel.org> <201003100046.24695.arnd@arndb.de> <1158166a1003100114j6ea329fbh84bfad65dcac90bf@mail.gmail.com> <4B9EED55.10201@kernel.org> <1268720060.21384.10.camel@mulgrave.site> In-Reply-To: <1268720060.21384.10.camel@mulgrave.site> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 192.168.1.18 X-SA-Exim-Mail-From: thomas@wytron.com.tw X-SA-Exim-Scanned: No (on www.wytron.com.tw); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/16/2010 02:14 PM, James Bottomley wrote: > > The big problem is that 99% of the x86 systems out there still use the > ancient msdos label for their boot disks, so aligning H/S going forwards > will give us a nice "just works" for x86 boxes. > > The key issue is not "just work", but "performance". When unaligned, the write performance can be lower than 50% of the expected rate. - Thomas