Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965197AbWEaV7l (ORCPT ); Wed, 31 May 2006 17:59:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965194AbWEaV7l (ORCPT ); Wed, 31 May 2006 17:59:41 -0400 Received: from mail.tmr.com ([64.65.253.246]:43698 "EHLO pixels.tmr.com") by vger.kernel.org with ESMTP id S965192AbWEaV7k (ORCPT ); Wed, 31 May 2006 17:59:40 -0400 Message-ID: <447E122E.3000105@tmr.com> Date: Wed, 31 May 2006 18:01:18 -0400 From: Bill Davidsen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060405 SeaMonkey/1.0.1 MIME-Version: 1.0 To: Linus Torvalds CC: Benjamin Herrenschmidt , Jeff Garzik , Andrew Morton , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [git patch] libata resume fix References: <20060528203419.GA15087@havoc.gtf.org> <1148938482.5959.27.camel@localhost.localdomain> <447C4718.6090802@rtr.ca> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2428 Lines: 55 Linus Torvalds wrote: > > On Tue, 30 May 2006, Mark Lord wrote: >> Not in a suspend/resume capable notebook, though. >> >> I don't know of *any* notebook drives that take longer >> than perhaps five seconds to spin-up and accept commands. >> Such a slow drive wouldn't really be tolerated by end-users, >> which is why they don't exist. > > Indeed. In fact, I'd be surprised to see it in a desktop too. > > At least at one point, in order to get a M$ hw qualification (whatever > it's called - but every single hw manufacturer wants it, because some > vendors won't use your hardware if you don't have it), a laptop needed to > boot up in less than 30 seconds or something. > > And that wasn't the disk spin-up time. That was the time until the Windows > desktop was visible. > > Desktops could do a bit longer, and I think servers didn't have any time > limits, but the point is that selling a disk that takes a long time to > start working is actually not that easy. > > The market that has accepted slow bootup times is historically the server > market (don't ask me why - you'd think that with five-nines uptime > guarantees you'd want fast bootup), and so you'll find large SCSI disks in > particular with long spin-up times. In the laptop and desktop space I'd be > very surprised to see anythign longer than a few seconds. The trade-off is that if I have a 15k rpm SCSI drive, it would take a lot of design changes to make it spin up quickly, and improve a function which is usually done on a server once every MTBF when replacing the failed unit. I think the majority of very large or very fast drives are in systems which don't (deliberately) power cycles often, in rooms where heat is an issue. And to spin up quickly take a larger power supply... 30 sec is fine with most users. Couldn't find a spin-up time for the new Seagate 750GB drive, but the seek sure is fast! -- Bill Davidsen Obscure bug of 2004: BASH BUFFER OVERFLOW - if bash is being run by a normal user and is setuid root, with the "vi" line edit mode selected, and the character set is "big5," an off-by-one errors occurs during wildcard (glob) expansion. - 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/