Thanks for the quick reply. As for the 32GB swap partition...I don't know...following that general rule...I'm assuming that the swap partition should be 32GB since I have 16GB RAM...now, do I need it? Probably not, so what size should I set it to? 16GB? less? more? Again, this is not a production server of any kind or even a server to that...it's merely a beefy workstation for lab scenarios and test environments.
As for the XFS I'm assuming you're suggesting that for my 1.5TB partition, correct? If so, here's a newbie question...do I format it during setup or can I format it later after CentOS has been installed?
thanks again
Main Topics
Browse All Topics





by: samdartPosted on 2009-07-08 at 12:39:33ID: 24807425
RAID 5 is better performing and is immune against single drive failure. It will give you 500GB x 3 = 1.5TB of space for the VM's.
ration.org /articles/ 388
With RAID 0 you might get a little better performance but a disk failure will knock out your entire data.
When you come to partitioning your drive for the OS, general thumb rule for swap partition is 2xRAM (So if you have 1GB RAM, set swap partition size to 2GB). Do you really need a 32GB swap partition? Rest looks okay.
From this link to FileSystem benchmarks http://www.debian-administ
XFS appears to be the most appropriate filesystem to install on a file server for home or small-business needs :
* It uses the maximum capacity of your server hard disk(s)
* It is the quickest FS to create, mount and unmount
* It is the quickest FS for operations on large files (>500MB)
* This FS gets a good second place for operations on a large number of small to moderate-size files and directories
* It constitutes a good CPU vs time compromise for large directory listing or file search
* It is not the least CPU demanding FS but its use of system ressources is quite acceptable for older generation hardware