From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 17 04:10:25 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD69337B401 for ; Thu, 17 Jul 2003 04:10:25 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE2343F75 for ; Thu, 17 Jul 2003 04:10:24 -0700 (PDT) (envelope-from mail23@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.9/8.12.9) with ESMTP id h6HBAv8P075157; Thu, 17 Jul 2003 13:11:01 +0200 (CEST) (envelope-from bulk@ei.bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.9/8.12.9/Submit) id h6HBAvDr075156; Thu, 17 Jul 2003 13:10:57 +0200 (CEST) Date: Thu, 17 Jul 2003 13:10:57 +0200 From: Ruben de Groot To: Marc Hufschmitt Message-ID: <20030717111057.GA75112@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Marc Hufschmitt , freebsd-hackers@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-hackers@freebsd.org Subject: Re: mount_ext2fs : device not found X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 11:10:26 -0000 On Thu, Jul 17, 2003 at 12:40:10AM +0200, Marc Hufschmitt typed: > > I've a IDE hard drive sliced in 4 part > ad0s1 : NTFS > ad0s2 : linux swap > ad0s3 : linux ext2fs > ad0s4[a-f] : ffs (FreeBSD 5.1) > > mount_ntfs /dev/ad0s1 /mnt/XP : It works. > mount_ext2fs /dev/ad0s3 /mnt/linux : /dev/ad0s3 not found (not the exact > message) > > Does someone have this bug with devfs and mount_ext2fs ? Do you have "options EXT2FS" in your kernel configuration? I had the same problem until I recompiled my kernel with the above option. -Ruben > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"