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 1OjWXa-0007Z2-3n for garchives@archives.gentoo.org; Thu, 12 Aug 2010 12:05:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E527E0ADB for ; Thu, 12 Aug 2010 12:05:45 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id 96556E09C7 for ; Thu, 12 Aug 2010 11:32:45 +0000 (UTC) Received: from weird.localnet (p4FF07076.dip.t-dialin.net [79.240.112.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.virtyou.com (Postfix) with ESMTPSA id E8B294A8290 for ; Thu, 12 Aug 2010 13:32:44 +0200 (CEST) From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: root in LVM with ext4 as mount ext2 Date: Thu, 12 Aug 2010 13:32:38 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.34-tuxonice-r1; KDE/4.4.5; x86_64; ; ) References: In-Reply-To: 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: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201008121332.40382.wonko@wonkology.org> X-Archives-Salt: d328ce02-4dc9-4e65-8b30-9c75a589b505 X-Archives-Hash: ef4b217513c38de50bf3a9386a493d0a sam new writes: > any one help? Yes, google. With 'rootfstype=ext4 initrd genkernel' the first hit shows bug #221245 (rootfs is incorrectly mounted as ext2). I assume you have ext4 compiled as module? Wonko