From owner-freebsd-questions@FreeBSD.ORG Fri Mar 24 18:47:36 2006 Return-Path: X-Original-To: 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 8A5A116A422 for ; Fri, 24 Mar 2006 18:47:36 +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 8204B43D70 for ; Fri, 24 Mar 2006 18:47:35 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4802 invoked from network); 24 Mar 2006 18:47:35 -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 ; 24 Mar 2006 18:47:34 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id DE05528425; Fri, 24 Mar 2006 13:47:33 -0500 (EST) Sender: lowell@be-well.ilk.org To: Viren Patel , questions@freebsd.org References: <58674.146.6.135.6.1143153068.squirrel@mail.cm.utexas.edu> <20060323230935.GA90169@xor.obsecurity.org> <1052.66.25.138.31.1143209131.squirrel@mail.cm.utexas.edu> <20060324171030.GB24853@xor.obsecurity.org> <60973.146.6.135.6.1143225570.squirrel@mail.cm.utexas.edu> <20060324184044.GA26325@xor.obsecurity.org> From: Lowell Gilbert Date: 24 Mar 2006 13:47:33 -0500 In-Reply-To: <20060324184044.GA26325@xor.obsecurity.org> Message-ID: <44lkuzel2y.fsf@be-well.ilk.org> Lines: 36 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: FreeBSD 6.1 - mount_nullfs broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 18:47:36 -0000 Kris Kennaway writes: > On Fri, Mar 24, 2006 at 12:39:30PM -0600, Viren Patel wrote: > > > On Fri, Mar 24, 2006 at 08:05:31AM -0600, Viren Patel > > > wrote: > > > > > >> # umount /export/jails/testjail/dev > > >> # mount_nullfs -o ro /export/jails/basejail > > >> /export/jails/testjail/basejail > > >> mount_nullfs: Operation not supported by device > > >> > > >> After looking at the dmesg output more closely one > > >> discrepancy I found was the second last line: > > >> > > >> ad6: 238475MB at > > >> ata3-master SATA300 > > >> > > >> It was definitely SATA150 under FreeBSD 6.0, even after > > >> updates. So maybe a problem in the SATA300 driver? > > > > > > Unlikely. It looks like you don't have kernel nullfs > > > support enabled. > > > > > > Kris > > > > > > > I am using the generic kernel. Looking through /etc there > > is nothing regarding enabling nullfs. I also looked at > > GENERIC kernel conf file without luck. How do I enable > > nullfs? > > Compile it into your kernel or load the module. Read the handbook for > more help. Or you could come at it the other way; figure out how you did it when you were running 6.0. The procedure has not changed.