Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: kernel panic -- finding proper config diff
Date: Wed, 21 Oct 2009 20:35:02
Message-Id: 1256157305.15603.2.camel@brotherus.corp.redhat.com
In Reply to: Re: [gentoo-user] Re: kernel panic -- finding proper config diff by Maxim Wexler
1 On Wed, 2009-10-21 at 14:22 -0600, Maxim Wexler wrote:
2 > > Does /dev/sda1 genuinely contain / and not for example /boot?
3 > >
4 >
5 > This is on an Asus 900A. 4G SSD, / and /boot all on one partition,
6 > formatted ext2, to prevent journalling overhead, with e2fsck set to
7 > check the fs at every boot. An 8G card contains /home and /var.
8
9 FYI you can still create the filesystem as, e.g., ext4 with "-O
10 ^has_journal" and still enjoy the performance benefits such as extents
11 and delayed allocation without the (minor) overhead that journalling
12 incurs.
13
14 -a