Linked by Amjith Ramanujam on Tue 22nd Jul 2008 17:54 UTC
Thread beginning with comment 324117
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.
RE[4]: What a waste of disk space...
by _txf_ on Tue 22nd Jul 2008 21:13
in reply to "RE[3]: What a waste of disk space..."
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
RE[4]: What a waste of disk space...
by Bending Unit on Tue 22nd Jul 2008 23:16
in reply to "RE[3]: What a waste of disk space..."
RE[5]: What a waste of disk space...
by Whats That There on Wed 23rd Jul 2008 17:56
in reply to "RE[4]: What a waste of disk space..."





Member since:
2005-07-06
You don't even need to wipe out one OS to install another. You can simply install both in the same time and dual boot.
Edit: on the same machine I mean (just to clarify things).
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.