I plan to partition my hard drive into efi
, /
, /home
, and swap
.
If considering the beginning of my disk is faster than its end, how shall I arrange the order of my partitions?
Should
/
be as close to the front as possible, because there is the running OS?Should
swap
also be as close to the front as possible, because swapping back and forth with main memory should be fast?Does
efi
need to be near the front or not?How about
/home
?