Gentoo Archives: gentoo-user

From: Mike Kazantsev <mk.fraggod@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [ot] no more inodes
Date: Sat, 30 May 2009 04:25:31
Message-Id: 20090530102248.0ea9e470@coercion
In Reply to: Re: [gentoo-user] [ot] no more inodes by Maxim Wexler
1 On Fri, 29 May 2009 19:39:09 -0600
2 Maxim Wexler <maxim.wexler@×××××.com> wrote:
3
4 > Just got back from Circuit City or whatever it's called with a 16G SD
5 > card and I'm steeling myself for the big task ahead. Just what do you
6 > have under root? How did you format the rest?
7
8 ext4 or reiserfs for root.
9
10 reiserfs for portage and tmp (usually used by ccache).
11 I choose reiser here because it has the best small-file performance,
12 can use tail packing to save space on working with small files and you
13 never ever have to worry about inode shortage.
14 ccache, portage and tmp/portage are thousands of small files.
15
16 On this laptop:
17
18 /dev/mapper/aux-root on / type reiserfs (rw,noatime,nodiratime,acl) [ 5.2G / 10G ]
19 /dev/sda1 on /boot type ext3 (rw,noatime) [ 114M / 183M ]
20 /dev/mapper/prime-varz on /var type ext4 (rw,noatime,nodiratime) [ 519M / 2G ]
21 /dev/mapper/prime-core on /home type ext4 (rw,noatime,nodiratime) [ 4.8G / 10G ]
22 /dev/mapper/aux-extent on /mnt/extent type ext4 (rw,noatime,nodiratime) [ 6.6G / 10G ]
23 /dev/mapper/aux-stash on /mnt/stash type reiserfs (rw,nosuid,nodev,noatime,nodiratime) [ 8G / 30G ]
24 /dev/mapper/aux-tmp on /var/tmp type reiserfs (rw,noatime,nodiratime) [ 3G / 10G ]
25 /dev/mapper/aux-portage on /usr/portage type reiserfs (rw,noatime,nodiratime) [ 800M / 3G ]
26 /dev/mapper/aux-iwd on /mnt/stash/wine/iwd type xfs (rw,noatime) [ 2.2G / 5G ]
27 /dev/mapper/aux-fallout on /mnt/stash/wine/fallout type xfs (rw,noatime) [ 600M / 5G ]
28
29 "prime" is an LVM group on encrypted (dmcrypt) partition (/root and /etc
30 repository are symlinked to /home).
31 /opt and /usr/games are symlinked to /mnt/extent/, since they are quite
32 heavy.
33 xfs lvs are case-insensitive, so it allows to use any native linux
34 tools (like WeiDU) on wine-accessed files, without having to convert
35 their case.
36
37 LVM is a sorta godsend for me here ;)
38
39 --
40 Mike Kazantsev // fraggod.net

Attachments

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