Gentoo Archives: gentoo-user

From: Rob <europa100@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Suggestions on partitioning HD
Date: Thu, 13 Oct 2005 19:03:56
Message-Id: 434EACC2.2010902@comcast.net
In Reply to: Re: [gentoo-user] Suggestions on partitioning HD by Alexey Asprov
1 Alexey Asprov wrote:
2
3 >Thanks for your reply. So, if that were your system, how much space you
4 >would give to /boot /swap / ( eliminating /opt) /home /var /tmp and /usr?
5 >I just need rough numbers, so that my fresh install wouldn't get in trouble.
6 >I have 256 RAM and this is 10GIGs. Thanks again.
7 >
8 >On Thu, 13 Oct 2005 12:14:30 -0400
9 >Dave Nebinger <dnebinger@××××.com> wrote:
10 >
11 >
12 >
13 >>1. Boot should be at most ext3, but ext2 is just fine (the only thing on this
14 >>partition is kernel images and grub stages). Keeping to this will mean less
15 >>problems at boot time (grub users can tell you nightmares about
16 >>reiserfs /boot partitions, and I'd guess that jfs would be in the same
17 >>category). 50 meg is a nice round number although you can do with half that
18 >>(I personally use 100mb but I've got a number of kernels installed there).
19 >>
20 >>2. /opt does not need to be a separate partition. Few gentoo things go there,
21 >>so it is not worth maintaining a separate partition for (and wasting the
22 >>possible space).
23 >>
24 >>3. /home should be a separate partition, sized to your needs.
25 >>
26 >>4. I'm from the old school where we believe /var/tmp and /tmp should be
27 >>separate partitions. This is primarily before they were made partitions as a
28 >>norm and were on the root partition; filling them meant filling / and also
29 >>meant you would lose access to your box.
30 >>
31 >>5. For gentoo I recommend using a separate partition for /usr/portage. It's
32 >>hard to nail down a size for this as portage tree keeps growing and the
33 >>number of distfiles you might have is in flux. Isolating it ensures that any
34 >>growth issues are isolated to that branch.
35 >>
36 >>6. /var is your choice whether to parrtition separately or not, but is
37 >>probably a good idea. /var/logs will grow over time, /var/spool is in
38 >>constant flux, but the rest will typically remain kinda static (note this
39 >>depends upon the apps you use; mysql houses it's databases under /var by
40 >>default, and apache/tomcat use /var/www so that can chane also.
41 >>
42 >>Sizing each of the areas is really personal preference; if you ask 10
43 >>different gentooers you'll probably get 11 different responses at least.
44 >>
45 >>Dave
46 >>--
47 >>gentoo-user@g.o mailing list
48 >>
49 >>
50
51 I know that there isn't much of a reason for a Reiser boot partition,
52 but I ended up doing that anyway, but no problems at all with grub.
53 Maybe problems were with older versions of the bootloader.
54
55 Rob.
56
57 --
58 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Suggestions on partitioning HD Neil Bothwick <neil@××××××××××.uk>