Gentoo Archives: gentoo-user

From: "Stéphane Guedon" <stephane@××××××××××.eu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Partitioning strategy...?
Date: Fri, 25 Nov 2011 17:01:41
Message-Id: 201111251800.28649.stephane@22decembre.eu
In Reply to: [gentoo-user] Partitioning strategy...? by Pandu Poluan
1 On Friday 25 November 2011 14:53:17 Pandu Poluan wrote:
2 > I want to build a Gentoo server box whose structure is
3 > highly-partitioned, like this:
4 >
5 > /
6 > /boot
7 > /usr
8 > /tmp
9 > /usr/portage ==> via NFS
10 > /var
11 > /var/lib/postgresql
12 > /var/tmp
13 > /var/log
14 > /var/spool
15 >
16 > (Not all of them will reside on the same physical disk; I have
17 > /dev/sda up to /dev/sdd)
18 >
19 > I've been searching high and low for recommended numbers... and there
20 > are as many number as search-hits.
21 >
22 > So. Care to share your partitioning strategy?
23 >
24 > (And while we're at it, am I overdoing the partitioning?)
25 >
26 > Rgds
27
28 I never set /usr separated from / especially on a server : if there's a bug
29 for any reason, nothing works ! (emerge is in /usr, gcc, ssh doesn't start).
30
31 But you are the one who decide !
32
33 This is my partition system :
34 / ext3/4
35 /home ext3/4
36 /var reiserfs
37 /tmp tmpfs
38 /tmp_portage tmpfs (specifically for emerge, so I can mount or unmount it when
39 large compil start)
40 /mnt/portage reiserfs (shared via nfs)
41 /mnt/distfiles ext3/4 (shared via nfs)
42
43 I am available for any explanation. For the ones who read french I have
44 written a doc on my website concerning my choices.
45 --
46 Stéphane Guedon
47 page web : http://www.22decembre.eu/
48 carte de visite : http://www.22decembre.eu/downloads/Stephane-Guedon.vcf
49 clé publique gpg : http://www.22decembre.eu/downloads/Stephane-Guedon.asc

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Partitioning strategy...? Pandu Poluan <pandu@××××××.info>