Does the order of partitions matter much?

7,007

Solution 1

Way back when the earth was young, people would point out that if you have a constant number of bits per inch and a constant number of rpm, the "outside" of a hard drive is slightly faster than the inside. But these days, there's so many abstraction layers between you and the physical layer I'm not sure you even can put a partition there if you wanted to. So I wouldn't worry too much from a performance point of view.

If you ever need more space, removing the swap partition and enlarging the partition before that seems like a safe move, so swap after home might be a good idea.

Finally, you don't need a separate partition, you can also have a swap file, which might have a slight performance impact, but on a desktop machine with 2G? 4G? of RAM, you might not ever use swap in the first place.

Solution 2

As far as I know, it does not make a difference in what order to place the partitions in.

That being said, "random" is probably not the "correct" word to use here. Maybe you meant to say "arbitrary". Also, maybe you should have the first partition be the /, the next one /home and the last one be swap. This, in my opinion, is better than picking an arbitrary order to put them in because there is "some sort of ordering" here as opposed to an arbitrary ordering.

Share:
7,007

Related videos on Youtube

jcora
Author by

jcora

flowing.systems

Updated on September 18, 2022

Comments

  • jcora
    jcora over 1 year

    I've just ran a test install of Arch on a separate computer, and now I'm ready to do the real thing on my main one.

    However, since the guide didn't explicitly recommend it, I did not install with a swap partition.

    It would generally seem like a nice idea to have swap, but I was wondering where should I actually place it relative to my two other partitions.

    I have three partitions in mind: /, /home and the swap one.

    Is it OK to place them in random order?

    • Admin
      Admin over 5 years
      See this answer to a question similar to yours
  • jcora
    jcora almost 11 years
    But if I chose the order at random wouldn't that make it both arbitrary and... random?
  • mmtauqir
    mmtauqir almost 11 years
    Random implies that you actually go out of your way to find a "random" ordering. Arbitrary implies that you just pick one, not necessarily randomly. Semantics.
  • jcora
    jcora almost 11 years
    Wait, if it's a circle technically, how can you have a constant number of bits per inch?
  • slm
    slm almost 11 years
    @Yannbane - they waste bits on the outside tracks.