Hello FreeBSD Guru's!
Got a VPS lately with 1 GB of memory & 40 GB hdd space, installing FreeBSD 8.2 on it. I got a question with PROPER partitioning.
I will only use Light httpd, mysql, php & perl, bind (or maybe other dns service). I don't plan to use any mail service on it, except to send logs & reports to one user.
What you can say about this scheme?
Or maybe add mount point for mysql (all my sites are made on it)? Will this speed up mysql itself ?
Thank you in advance/
Got a VPS lately with 1 GB of memory & 40 GB hdd space, installing FreeBSD 8.2 on it. I got a question with PROPER partitioning.
I will only use Light httpd, mysql, php & perl, bind (or maybe other dns service). I don't plan to use any mail service on it, except to send logs & reports to one user.
What you can say about this scheme?
Code:
ad0s1a / 1024MB UFS2 Y
ad0s1b swap 2048MB SWAP (have 1gb ram)
ad0s1d /var 5000MB UFS2+S Y
ad0s1e /tmp 1024MB UFS2+S Y
ad0s1f /usr 10240MB UFS2+S Y
ad0s1g /home 21820MB UFS2+S Y (for sites)
Or maybe add mount point for mysql (all my sites are made on it)? Will this speed up mysql itself ?
Thank you in advance/