Path: utzoo!mnetor!uunet!husc6!bloom-beacon!mit-eddie!uw-beaver!cornell!rochester!pt.cs.cmu.edu!andrew.cmu.edu!jk3k+ From: jk3k+@andrew.cmu.edu (Joe Keane) Newsgroups: comp.arch Subject: Re: Disk drives -- speed of? Message-ID: Date: 20 Apr 88 10:51:39 GMT References: <2746@sundc.UUCP>, <76700012@uiucdcsp> Organization: Carnegie Mellon University Lines: 6 In-Reply-To: <76700012@uiucdcsp> > But why make the disk spin faster, if the head cannot get to the TRACK > quickly?Because every OS i've heard of tries to make keep logically adjacent blocks in the same track. So only a small fraction of block reads are accompanied by track seeks. --Joe