From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 03:48:33 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 9553416A4CE for ; Wed, 7 Apr 2004 03:48:33 -0700 (PDT) Received: from ux1.ibb.net (ux1.ibb.net [64.215.98.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9831543D3F for ; Wed, 7 Apr 2004 03:48:32 -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 LAA21423 for ; Wed, 7 Apr 2004 11:38:15 +0200 X-Authentication-Warning: ux1.ibb.net: mipam owned process doing -bs Date: Wed, 7 Apr 2004 11:38:15 +0200 (MET DST) From: Mipam To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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 10:48:33 -0000 Hi, 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? Bye, Mipam.