Linked by Amjith Ramanujam on Tue 22nd Jul 2008 17:54 UTC
Thread beginning with comment 324127
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2008-03-17
You cant do that either, the OS that is installed at the start of the drive will enjoy faster access times than the OS installed from the later parts of the platters.
Not necessarily true...
NTFS tries to put everything in order initially (from the beginning of the drive). Hence accessing something at the beginning of the partition then getting something at the end is going to inccur latency.
ext3 (dunno about the others) writes data on either side of the middle of the partition so that for any given data at any given time data is closer to the drive head. This is also the main reason ext3 does not fragment as easily as ntfs.
Stuff at the beggining will ony be faster for things like bootups and when the drive heads are parked.
Edited 2008-07-22 21:15 UTC