Path: utzoo!attcan!uunet!husc6!paperboy!snorkelwacker!tut.cis.ohio-state.edu!cs.utexas.edu!hellgate.utah.edu!ug.utah.edu!u-dmfloy From: u-dmfloy%ug.utah.edu@cs.utah.edu (Daniel M Floyd) Newsgroups: comp.sys.ibm.pc Subject: Re: Does partitioning speed up access time? Message-ID: <1990Jan12.015049.6351@hellgate.utah.edu> Date: 12 Jan 90 08:50:49 GMT References: <4653.25acd701@uwovax.uwo.ca> Organization: University of Utah CS Dept Lines: 10 Partitioning does not speed up the access time. However, your apparent disk speed will improve because the time it takes to do many disk operations is a function of the disk size. For example average seek time will improve - not because the disk itself can find data quicker, but because all your data will be clumped together by partitions. Dan Floyd 8