Gentoo Archives: gentoo-dev

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] About suggesting to create a separate partition for portage tree in handbook
Date: Sun, 01 Apr 2012 00:28:19
Message-Id: 20120331232508.GA18617@waltdnes.org
In Reply to: Re: [gentoo-dev] About suggesting to create a separate partition for portage tree in handbook by Zac Medico
1 On Sat, Mar 31, 2012 at 10:42:50AM -0700, Zac Medico wrote
2 > On 03/31/2012 06:34 AM, Pacho Ramos wrote:
3 > > About the wiki page, I can only document reiserfs+tail usage as it's the
4 > > one I use and I know, about other alternatives like using squashfs, loop
5 > > mount... I cannot promise anything as I simply don't know how to set
6 > > them.
7 >
8 > Squashfs is really simple to use:
9 >
10 > mksquashfs /usr/portage portage.squashfs
11 > mount -o loop portage.squashfs /usr/portage
12
13 Don't the "space-saving filesystems" (squashfs, reiserfs-with-tail,
14 etc) run more slowly due to their extra finicky steps to save space? If
15 you really want to save a gigabyte or 2, run "eclean -d distfiles" and
16 "localepurge" after every emerge update. I've also cobbled together my
17 own "autodepclean" script that check for, and optionally unmerges
18 unneeded stuff that was pulled in as a dependancy of a package that has
19 since been removed.
20
21 --
22 Walter Dnes <waltdnes@××××××××.org>

Replies