From owner-freebsd-questions@FreeBSD.ORG Tue May 16 17:32:14 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 AB7B316ABF8 for ; Tue, 16 May 2006 17:32:14 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A66243D76 for ; Tue, 16 May 2006 17:32:13 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 57FA91A4E49; Tue, 16 May 2006 10:32:13 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E816D515DC; Tue, 16 May 2006 13:32:08 -0400 (EDT) Date: Tue, 16 May 2006 13:32:06 -0400 From: Kris Kennaway To: "tonix (Antonio Nati)" Message-ID: <20060516173206.GA40962@xor.obsecurity.org> References: <6.2.3.4.0.20060510191040.021bb348@pop.ufficiopostale.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <6.2.3.4.0.20060510191040.021bb348@pop.ufficiopostale.it> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 - nullfs not working with PAE 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: Tue, 16 May 2006 17:32:19 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 10, 2006 at 07:10:53PM +0200, tonix (Antonio Nati) wrote: >=20 > I'm trying to setup a system with 8GB of RAM, so I've enabled PAE option. >=20 > But when I try using a mount_nullfs, I always have this error: >=20 > mount_nullsfs: Operation not supported by device >=20 > No problem arises when I compile kernel without PAE. >=20 > I cannot find any documentation about nullfs and PAE. > Why is a so simple filesystem (nullfs) incompatible with PAE? Are you using nullfs from a module? Modules are incompatible between PAE and !PAE, so the easiest thing to do is compile them all into your kernel. Kris --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEagyVWry0BWjoQKURAs/YAJ4qzHAprKYy+0t2OHbArjP2ppbYqgCfbTss WglY71yUbu6YU8pj/UQ49so= =6Og0 -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT--