Which paths under / should be mounted on fast media, and which can be mounted on slower media without significantly affecting system performance?
My guess:
Fast
- Partition: swap (2G)
- Partition: root
- /etc (16M)
- /bin (8M)
- /var (500M)
Slow
- Partition: boot
- /home
- /media
- /mnt
- /root
- /usr (5G)
Reason
I have two older laptops that only take a 1.8" PATA drive. The laptops are ultra-portable and still performing their function well so I don't wish to "upgrade" (it's hard to get a more performant ultra-portable). The HDD in one laptop is failing. Sourcing 1.8" PATA drives is hard enough now, but will surely get more so. I opted to buy a PATA-CF card adapter that allows replacing the HDD with a master (and optionally) a slave CF card. High bandwidth CF cards are expensive; I'd like to have a limited capacity high bandwidth card to maintain system performance, and a lower bandwidth but higher capacity card for everything else. So - which paths do I mount where?
Context
FWIW, I run Gentoo (several years experience). These laptops are older Pentium-M so on 32 bit x86 architecture.