From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MAG8R-00048f-LZ for garchives@archives.gentoo.org; Sat, 30 May 2009 04:25:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04DC7E01E3; Sat, 30 May 2009 04:25:30 +0000 (UTC) Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219]) by pigeon.gentoo.org (Postfix) with ESMTP id 9EC40E01E3 for ; Sat, 30 May 2009 04:25:29 +0000 (UTC) Received: by fxm19 with SMTP id 19so5867351fxm.34 for ; Fri, 29 May 2009 21:25:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type; bh=IWCujsR0YKODxz5T/+ea3EGYA+N17E5MSrDgvfMFoyY=; b=i/qitD3I68VEw9FAg+7ehLpGM5ZyQ+AX4APSFQLyGb3os4yaGGIDU/IpBLJtD/8Whc +lmwA1K/V0JUDryt+pUNQyZqb12Iv9Tn/RhE6nVPC5RtBKEfPCGJcGDyUkFWuCzqKZ3/ kEkSrDG1wjNW4NPh0F7BW9OejQARXEmJA0+4I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=CFAr7ceW+FoHWYassQb+uKhVjI5WKOJeFaJuBIaQctO8tpP9BHvFxpnLLOwEOJ5Siq FLcrMc5pBdTP4lSmSAtS68U7Fn4KvrGL+ocXNXBnCwCvubjThUf+HeQPFs3p47b/h9WK 9sMPgU/mcmMzkDsGQa4W1gypb3l8e94lcXaW4= Received: by 10.103.160.3 with SMTP id m3mr2041101muo.25.1243657529088; Fri, 29 May 2009 21:25:29 -0700 (PDT) Received: from coercion ([91.191.238.58]) by mx.google.com with ESMTPS id b9sm5981036mug.39.2009.05.29.21.25.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 May 2009 21:25:28 -0700 (PDT) Date: Sat, 30 May 2009 10:22:48 +0600 From: Mike Kazantsev To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [ot] no more inodes Message-ID: <20090530102248.0ea9e470@coercion> In-Reply-To: References: <4A1EB8F9.3080905@f_philipp.fastmail.net> <200905290412.13311.volkerarmin@googlemail.com> <20090529205633.53725348@krikkit.digimed.co.uk> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.1; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_//V3Cu=MPmfX9W4NZziuLCs/"; protocol="application/pgp-signature" X-Archives-Salt: 3bad8f98-9d24-4a67-8834-8be2b27935b5 X-Archives-Hash: d4ed4aac5c3dbea42076f7a071bcdcee --Sig_//V3Cu=MPmfX9W4NZziuLCs/ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 29 May 2009 19:39:09 -0600 Maxim Wexler 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 / 2= G ] /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,nodiratim= e) [ 800M / 3G ] /dev/mapper/aux-iwd on /mnt/stash/wine/iwd type xfs (rw,noatime) [ 2.2G / 5= G ] /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 ;) --=20 Mike Kazantsev // fraggod.net --Sig_//V3Cu=MPmfX9W4NZziuLCs/ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEARECAAYFAkogtJ0ACgkQASbOZpzyXnGxSwCeKt/TOi0bB6EQTqDa2Bb3Zl+E Vt8AmwW4b9BZWgPkShrgQGoE5KSyNgiB =GcN5 -----END PGP SIGNATURE----- --Sig_//V3Cu=MPmfX9W4NZziuLCs/--