Gentoo Archives: gentoo-dev

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: Re: grub reiser4
Date: Mon, 31 Oct 2011 03:56:30
Message-Id: pan.2005.10.03.13.43.22.38135@cox.net
In Reply to: Re: [gentoo-dev] Re: grub reiser4 by Chris Gianelloni
1 Chris Gianelloni posted <1128344061.6692.11.camel@×××××××××××××××××.net>,
2 excerpted below, on Mon, 03 Oct 2005 08:54:21 -0400:
3
4 > On Sun, 2005-10-02 at 10:02 +0000, Chris Bainbridge wrote:
5 >> On 02/10/05, R Hill <dirtyepic.sk@×××××.com> wrote:
6 >> > I still think it's retarded to have a reiser 4 boot partition, but
7 >> > whatever stirs your pot. ;P
8 >>
9 >> It makes sense if you're actually using reiser4 for everything else.
10 >> Why bloat your kernel with an extra FS just for /boot?
11 >
12 > The space added to a kernel for ext2 is *much* less than the overhead of
13 > using a journaling file system for /boot. You're wasting exponentially
14 > more space using reiser on /boot. The same would be true if you were
15 > using ext3, which is why you always see us suggesting using ext2 for
16 > boot.
17
18 Disk-space, yes. However, memory-wise, kernel memory is locked memory,
19 not swappable. If one is already using reiserfs for other partitions,
20 using it for boot and either not compiling ext2 or making it a module and
21 not loading it under normal circumstances, means more efficient use of
22 memory. Disk-space @ 50 cents a gig, tens of megs is no big deal. Memory
23 space @ 50 dollars a gig or more, and much less of it to spare, a few
24 tens of kBytes, particularly of locked memory, IS a big deal. (Kernel
25 2.6.14-rc3 ext2.ko, compiled for size on amd64, 63,839 bytes, here.)
26
27 However, all the arguments based on space required for journalling go out
28 the window with reiser4, because as I explained in a previous post, it's
29 more literally atomic commits than traditional journalling.
30
31 --
32 Duncan - List replies preferred. No HTML msgs.
33 "Every nonfree program has a lord, a master --
34 and if you use the program, he is your master." Richard Stallman in
35 http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html
36
37
38 --
39 gentoo-dev@g.o mailing list