From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 07:22:11 2004 Return-Path: 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 ADC8816A4CF for ; Wed, 7 Apr 2004 07:22:11 -0700 (PDT) Received: from ux1.ibb.net (ux1.ibb.net [64.215.98.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBFF543D39 for ; Wed, 7 Apr 2004 07:22:10 -0700 (PDT) (envelope-from mipam@ibb.net) Received: from localhost (mipam@localhost) by ux1.ibb.net (8.9.3/8.9.3/UX1TT) with ESMTP id PAA22272; Wed, 7 Apr 2004 15:12:21 +0200 X-Authentication-Warning: ux1.ibb.net: mipam owned process doing -bs Date: Wed, 7 Apr 2004 15:12:21 +0200 (MET DST) From: Mipam To: Jerry McAllister In-Reply-To: <200404071418.i37EIvU05373@clunix.cl.msu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: pseudo-device vn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 14:22:11 -0000 On Wed, 7 Apr 2004, Jerry McAllister wrote: > > I couldnt find stuff whether the pseudo device vn is by default in the > > generic kernel. I didnt find it in GENERIC, but maybe it's otherwise > > involved? I guess i need this device to mount a tmpfs like this in /etc > > > > /dev/amrd0s1b /var/amavis mfs rw,-s=65536 0 0 > > > > where s1b is the swap device. > > Should i just put > > pseudo-device vn > > in the kernel config file to make this work? > > You didn't say which version of FreeBSD you were using. > In versions 4.xxx and earlier I think this will work. > It is what I have done. You should be able to find it > in the LINT file. > > But, starting with 5.0 I think it may have been changed. I am using 5.2.1-p4, i also didnt see this in LINT. Any hints? Bye, Mipam.