Dear all,

I'm trying to setup a development server which hosts a number of virtual hosts.
and i need your advice with the following:

1. What's the best Filesystem to be used with an apache server?
Relevant info: 
i. Mysql DB size' 1 GB
ii. Code directory size' 8 GB (Max file size is 5 KB)
2. What's the best file structure to maximize seek time from drives?
Relevant info:
i. 2 X 1 TB SATAII 64MB blk Edition Int HDD
ii. 1 X 320GB 

General info:


I was thinking of the following structure:

  1. Drive A (320 GB): OS 
  2. Drive B (1 TB): Mysql + /home
  3. Drive C (1 TB): /development + /opt

Would this work? i followed no guidelines with the above setup, it's just using my own logic. so i'd appreciate an expert advice with this.

Thanks,

--Roland