Duboux
Verified User
- Joined
- Apr 20, 2007
- Messages
- 251
Hi,
I have been browsing around the forum and install.html for a good partition set for the nowadays larger hdd's.
I'm thinking abt a server with 16gb ram and a 2TB disc, with plans for additional 2TB disc when it's needed.
I was thinking about the following partion system:
When a 2nd disc were to be added, I was thinking about doubling the /var and /usr partitions with the space from /home and create only a /home2 on the 2nd disc.
I'd need to place the 2nd disc before I'd have 40GB (the space needed for the larger /var and /usr) free space left in the /home partition to make it the easiest.
The only problem though is that the users on /home could keep increasing their used size because they'd have space left on their hosting account.
What do you guys think ?
And do you have any experience with ext4 file system on a CentOS 64bit ?
I have been browsing around the forum and install.html for a good partition set for the nowadays larger hdd's.
I'm thinking abt a server with 16gb ram and a 2TB disc, with plans for additional 2TB disc when it's needed.
I was thinking about the following partion system:
Code:
/boot [B]40meg[/B] (standard value)
swap [B]8GB[/B] (I read that beyond 8GB ram the 2x rule doesn't apply, and that the larger the partition the slower it would become)
/tmp [B]2GB[/B] (mounted with noexec,nosuid in /etc/fstab)
/ [B]10GB[/B] (=0.5%)
/var [B]20GB [/B] (=1%) (logs and databases stored here on Redhat/CentOS/Fedora)
/usr [B]20GB[/B] (same as /var) (DA data, source code, frontpage, but most of all mysql backups with custombuild option.)
/home [B]1939GB[/B] (rest of drive) (for user data and email. Mounted with nosuid in /etc/fstab)
When a 2nd disc were to be added, I was thinking about doubling the /var and /usr partitions with the space from /home and create only a /home2 on the 2nd disc.
I'd need to place the 2nd disc before I'd have 40GB (the space needed for the larger /var and /usr) free space left in the /home partition to make it the easiest.
The only problem though is that the users on /home could keep increasing their used size because they'd have space left on their hosting account.
What do you guys think ?
And do you have any experience with ext4 file system on a CentOS 64bit ?
Last edited: