Is it possible to rearrange the order in which hard drive partitions appear on disk? Of course, there would be no point in doing this to a SSD, but I have heard that for a HDD the operating system closer to the physical outside of the disk will load faster due to less read/write head movement.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Yes, it's possible with tools such as parted, but this affects sequential access, not random access which is the usual bottleneck with hard drives, so it's not worth the effort, you won't see any difference in everyday usage.

See also: Does the order of partitions matter?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.