Partition scheme across 2 drives
I'm setting up a new CentOS server with 2 IDE hard disks. It will be used primarily as a php/mysql webserver.I plan to put /home and /var on separate disks so that they can be simultaneously accessed more quickly.
My question is: Should I put the swap partition on the same disk as /home or as /var? Which way do you think would give better performance?