Little fast & big slow HDD with jails

Hello, first I love FreeBSD and I tell a big thanks to all the maintainers. I have a little question: I have both hard drives, 1 SSD of 30GB (the fast one) and a big 500GB regular drive (the slow one). And all my different websites are on jails.

What is faster: put system on fast one and jails on slow one or system on slow one and jails on fast ones. I try to keep the minimum install on main system (12GB) and my jails are 15GB.

Thanks in advance for your help, and sorry for my broken English ;-)
 
Hello, Thx for your fast response.
I will read this long text carefully.
And if I don't find my response come back here.

Thx very much.
 
After reading it carefully, I decided to give priority to system (Configuration n°I).

I have 4096MB RAM then 4GB swaps

Code:
[B]Configuration n°I[/B]
on SDD (30 GB)
1- / (root) 4GB
2- swap 4GB
3- /var 4GB
4- /var/tmp 1GB
5- /usr 7GB
6- /home 10GB
===========
total ~30GB
===========
on 500GB regular drive
1- swap 4GB
2- /usr/jails 192GB
3- /var/backups 300GB
===========
total ~500GB

Code:
[B]Configuration n°II[/B]
on SDD (30GB)
1- swap 4GB
2- /usr/jails 26GB
================
total ~30GB
================
on 500GB regular drive
1- / (root) 10GB
2- swap 10GB
3- /var 10GB
4- /var/tmp 10GB
5- /usr 10GB
6- /home 150GB
7- /var/backups 300GB
================
total ~500GB
================
But I would like to know what do you think about speed in the Configuration n°II for Apache/PHP/MySQL.
 
Back
Top