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 1RPEU6-0003Eb-Ns for garchives@archives.gentoo.org; Sat, 12 Nov 2011 14:23:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A1821C200; Sat, 12 Nov 2011 14:22:48 +0000 (UTC) Received: from foo.stuge.se (foo.stuge.se [212.116.89.98]) by pigeon.gentoo.org (Postfix) with SMTP id DB74521C128 for ; Sat, 12 Nov 2011 14:22:34 +0000 (UTC) Received: (qmail 14156 invoked by uid 501); 12 Nov 2011 14:22:32 -0000 Message-ID: <20111112142232.14155.qmail@stuge.se> Date: Sat, 12 Nov 2011 15:22:32 +0100 From: Peter Stuge To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] Kernel panic on Soekris Net4801 Mail-Followup-To: gentoo-embedded@lists.gentoo.org References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Archives-Salt: 8c96b5aa-5084-4b25-a810-a18e6371c3b8 X-Archives-Hash: b957f4d2237b023d6a02129b57a912e1 Jean-Marc Beaune wrote: > [ 8.994274] EXT3-fs (sda3): error: couldn't mount because of unsupported optional features (240) .. > Investigations done so far are not successfull, anyone could point > me to the right direction? The above error is pretty clear. 240=128+64+32+16 so look into what the ext*fs option bit mean, and make sure your kernel has the options enabled. //Peter