From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1Erx12-0002Kv-P2 for garchives@archives.gentoo.org; Thu, 29 Dec 2005 12:36:21 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBTCY4WB014272; Thu, 29 Dec 2005 12:34:04 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBTCVunf007100 for ; Thu, 29 Dec 2005 12:31:56 GMT Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by smtp.gentoo.org with esmtp (Exim 4.54) id 1Erwwl-0007ds-L4 for gentoo-user@lists.gentoo.org; Thu, 29 Dec 2005 12:31:55 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Erwwh-0000nm-Vl for gentoo-user@gentoo.org; Thu, 29 Dec 2005 13:31:51 +0100 Received: from pcp09895245pcs.ewndsr01.nj.comcast.net ([68.36.161.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Dec 2005 13:31:51 +0100 Received: from pete4abw by pcp09895245pcs.ewndsr01.nj.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Dec 2005 13:31:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Peter Subject: [gentoo-user] Re: Re: mount: unknown filesystem type 'ext2' Date: Thu, 29 Dec 2005 07:31:44 -0500 Message-ID: References: <49bf44f10512280915u30988c40q64df2f3dbf1690a3@mail.gmail.com> <49bf44f10512281548r4aee9f91t2272a11952252110@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pcp09895245pcs.ewndsr01.nj.comcast.net User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) X-Archive: encrypt Sender: news X-Archives-Salt: 36ddb01c-48b1-4bf3-9d10-c6877b325606 X-Archives-Hash: d9e11785d9e18583202847af0f28750d On Wed, 28 Dec 2005 15:48:05 -0800, Grant wrote: >> > Hello, I'm trying to upgrade my server to the latest hardened-sources >> > kernel. I'm trying to mount my /dev/hda1 partition to /boot but I'm >> > getting the error: >> > >> > mount: unknown filesystem type 'ext2' >> > >> > It's true that I don't have ext2 support compiled into my kernel, but >> > I never have. My /etc/fstab looks like this: >> > >> > /dev/hda1 /boot ext3 noauto,noatime 1 2 >> > >> should it be ext2 above? > > The filesystem is ext3 as notated in fstab. Sorry, you wrote ext2 right above it. Typically, boot is ext2, and ext2 has to be in the kernel at this stage. If you want ext3, you should compile in ext3 support into the kernel. (boot will load either way since ext3 is really ext2 with a journal). > >> > Does anyone know what's going on here? >> > >> do you have an initrd loading? Without some kernel support, it can't >> load at all? Check your lilo or grub configuration and make sure you >> have some kind of initrd with ext2 loading. > > I don't think I have anything like that going. Here's my grub.conf: > > --- > timeout 2 > default 0 > fallback 1 > > title Gentoo Linux 2.6.14-hardened-r2 root (hd0,0) kernel > /kernel-2.6.14-hardened-r2 root=/dev/hda3 video=vesafb,mtrr vga=0x318 > > title Gentoo Linux 2.6.14-hardened-r1 (Fallback) root (hd0,0) kernel > /kernel-2.6.14-hardened-r1_fallback root=/dev/hda3 video=vesafb,mtrr > vga=0x318 > --- > > Maybe this is a bug in one of the packages I've updated recently? > > - Grant Since no initrd is loading, you have to have the filesystems compiled in the kernel for boot to load. JM2C. Or, load an initrd. The way you have it now cannot boot. -- gentoo-user@gentoo.org mailing list