Gentoo Archives: gentoo-user

From: Hilco Wijbenga <hilco.wijbenga@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [Gentoo install] Disk full at 35%?
Date: Sun, 21 Aug 2011 04:49:08
Message-Id: CAE1pOi3_GEUuxHvyqan=CxZVEcoUKWd3o2kr=dM+sCpqrtRzxw@mail.gmail.com
In Reply to: Re: [gentoo-user] [Gentoo install] Disk full at 35%? by Nilesh Govindarajan
1 On 20 August 2011 21:21, Nilesh Govindarajan <contact@××××××××.com> wrote:
2 > On 08/21/2011 09:00 AM, Hilco Wijbenga wrote:
3 >> Yes, df -i says /portage is out of inodes. I've never run into that
4 >> before. I reran mke2fs to increase the inode count and that fixed
5 >> things.
6 >
7 > Sorry for the drop in, but I never knew that mke2fs can increase the
8 > number of inodes!
9 > I think I'll now place the portage tree on an ext2 disk image to speed
10 > up things, / has got fragmented badly due to portage tree :-\
11
12 Well, for the record, I'm not using ext2 but ext3 (mke2fs -j).
13 Although, now that I think about it, I suppose there's not much point
14 in having the Portage tree on a journaled FS.
15
16 If you run man mke2fs, you should check out -N and -i. It was
17 trial-and-error (for me, anyway) to find the right number. Presumably,
18 -I fits in there somewhere as well. Do note that it only works when
19 creating the FS, you can't change the inode count dynamically.

Replies

Subject Author
Re: [gentoo-user] [Gentoo install] Disk full at 35%? Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] [Gentoo install] Disk full at 35%? Andrea Conti <alyf@××××.net>