From owner-freebsd-questions@FreeBSD.ORG Fri Sep 15 12:30:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9E16A494 for ; Fri, 15 Sep 2006 12:30:28 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A9B43D53 for ; Fri, 15 Sep 2006 12:30:27 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30173 invoked from network); 15 Sep 2006 12:30:27 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Sep 2006 12:30:27 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0A4352842D; Fri, 15 Sep 2006 08:30:25 -0400 (EDT) To: perryh@pluto.rain.com (Perry Hutchison) References: <10609140727.AA28689@pluto.rain.com> <20060914160534.GA53648@xor.obsecurity.org> <10609142107.AA01301@pluto.rain.com> <44u03auon5.fsf@be-well.ilk.org> <10609150259.AA02100@pluto.rain.com> From: Lowell Gilbert Date: Fri, 15 Sep 2006 08:30:24 -0400 In-Reply-To: <10609150259.AA02100@pluto.rain.com> (Perry Hutchison's message of "Thu, 14 Sep 06 19:59:21 PDT") Message-ID: <441wqd2ty7.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: mount_ext2fs returning ENODEV on 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2006 12:30:28 -0000 perryh@pluto.rain.com (Perry Hutchison) writes: >> The standard kernel doesn't have ext2fs support now; I doubt the 6.1 >> release was different. Try loading it as a module; "kldload ext2fs". > > It seems not to be that easy :( > > # kldload ext2fs > kldload: can't load ext2fs: No such file or directory > > Where is ext2fs.ko supposed to have come from? A search for ext2fs > in the Handbook found nothing applicable, and I have already built > and installed /usr/ports/sysutils/e2fsprogs. I checked the 6.1 install disks, and saw ext2fs.ko in boot/kernel, just like I'd expect. I've rebuilt with newer sources several times since then, but I'm surprised if it isn't there on your disk.