From: Mike Kazantsev <mk.fraggod@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] [ot] no more inodes
Date: Sat, 30 May 2009 10:22:48 +0600 [thread overview]
Message-ID: <20090530102248.0ea9e470@coercion> (raw)
In-Reply-To: <a0811460905291839t3834e8b6tb04df7f66a1b3909@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1904 bytes --]
On Fri, 29 May 2009 19:39:09 -0600
Maxim Wexler <maxim.wexler@gmail.com> wrote:
> Just got back from Circuit City or whatever it's called with a 16G SD
> card and I'm steeling myself for the big task ahead. Just what do you
> have under root? How did you format the rest?
ext4 or reiserfs for root.
reiserfs for portage and tmp (usually used by ccache).
I choose reiser here because it has the best small-file performance,
can use tail packing to save space on working with small files and you
never ever have to worry about inode shortage.
ccache, portage and tmp/portage are thousands of small files.
On this laptop:
/dev/mapper/aux-root on / type reiserfs (rw,noatime,nodiratime,acl) [ 5.2G / 10G ]
/dev/sda1 on /boot type ext3 (rw,noatime) [ 114M / 183M ]
/dev/mapper/prime-varz on /var type ext4 (rw,noatime,nodiratime) [ 519M / 2G ]
/dev/mapper/prime-core on /home type ext4 (rw,noatime,nodiratime) [ 4.8G / 10G ]
/dev/mapper/aux-extent on /mnt/extent type ext4 (rw,noatime,nodiratime) [ 6.6G / 10G ]
/dev/mapper/aux-stash on /mnt/stash type reiserfs (rw,nosuid,nodev,noatime,nodiratime) [ 8G / 30G ]
/dev/mapper/aux-tmp on /var/tmp type reiserfs (rw,noatime,nodiratime) [ 3G / 10G ]
/dev/mapper/aux-portage on /usr/portage type reiserfs (rw,noatime,nodiratime) [ 800M / 3G ]
/dev/mapper/aux-iwd on /mnt/stash/wine/iwd type xfs (rw,noatime) [ 2.2G / 5G ]
/dev/mapper/aux-fallout on /mnt/stash/wine/fallout type xfs (rw,noatime) [ 600M / 5G ]
"prime" is an LVM group on encrypted (dmcrypt) partition (/root and /etc
repository are symlinked to /home).
/opt and /usr/games are symlinked to /mnt/extent/, since they are quite
heavy.
xfs lvs are case-insensitive, so it allows to use any native linux
tools (like WeiDU) on wine-accessed files, without having to convert
their case.
LVM is a sorta godsend for me here ;)
--
Mike Kazantsev // fraggod.net
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2009-05-30 4:25 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-28 15:46 [gentoo-user] [ot] no more inodes Maxim Wexler
2009-05-28 16:09 ` Neil Bothwick
2009-05-28 16:16 ` Florian Philipp
2009-05-28 21:43 ` Maxim Wexler
2009-05-28 22:20 ` Alan McKinnon
2009-05-29 2:12 ` Volker Armin Hemmann
2009-05-29 17:32 ` Maxim Wexler
2009-05-29 19:02 ` Dale
2009-05-29 19:56 ` Neil Bothwick
2009-05-30 1:39 ` Maxim Wexler
2009-05-30 4:22 ` Mike Kazantsev [this message]
2009-05-30 13:37 ` Neil Bothwick
2009-05-30 10:06 ` Tweaks for SSDs [Was: [gentoo-user] [ot] no more inodes] Florian Philipp
2009-05-30 13:40 ` Neil Bothwick
2009-05-30 19:25 ` Eray Aslan
2009-05-30 21:56 ` Neil Bothwick
2009-06-03 13:50 ` Wyatt Epp
2009-06-03 21:36 ` Maxim Wexler
2009-05-28 19:15 ` [gentoo-user] [ot] no more inodes Alan McKinnon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090530102248.0ea9e470@coercion \
--to=mk.fraggod@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox