On Thursday 13 October 2005 05:15 pm, Alexey Asprov wrote:
> Thanks for your reply. So, if that were your system, how much space you
> would give to /boot /swap / ( eliminating /opt) /home /var /tmp and  /usr?
> I just need rough numbers, so that my fresh install wouldn't get in
> trouble. I have 256 RAM and this is 10GIGs. Thanks again.

General rule of thumb is swap = 2 x ram, so 512mb swap.

That will leave about 9.25 gb left (must account for partitioning overhead).

I would probably do as follows:

/home - 2gb
/var - 1gb, rebind a section as /tmp to keep it all under this partition.  
Assumes you are not using the PORT_LOGDIR option, if you are add another 1gb.
/usr/portage - 1gb but you'll need to clean out distfiles regularly.
Whatever is left goes to /

Note that regardless of your partitioning, you're going to want to be very 
selective over what is installed on the system.  For example, choose gnome or 
kde, but not both (and set appropriate disabling use flags), or better yet a 
thinner window manager like icewm or something without the bulk/overhead of 
gnome/kde (which will struggle anyway due to low memory).

My system is allocated as:

cornholio src # df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda2              13G  7.6G  5.2G  60% /
/dev/hda1              99M   46M   49M  49% /boot
/dev/sda3             2.8G  356M  2.4G  13% /tmp
/dev/hdb1             3.9G  2.2G  1.7G  57% /var
/dev/sda2             3.9G  1.3G  2.6G  33% /var/tmp
/dev/hdc1              29G   23G  6.6G  78% /var/spool/news
/dev/hdb4             4.9G  3.3G  1.7G  67% /home
/dev/hdb2             3.9G  742M  3.1G  19% /usr/portage
/dev/sdb1             8.5G  463M  8.1G   6% /backup


-- 
gentoo-user@gentoo.org mailing list

Reply via email to