From owner-freebsd-questions Fri Jul 20 0:53:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id D8E5F37B401 for ; Fri, 20 Jul 2001 00:53:15 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id KAA02352; Fri, 20 Jul 2001 10:01:07 +0200 Message-ID: <3B57E3F0.A230BD9F@i-clue.de> Date: Fri, 20 Jul 2001 09:55:28 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Christopher Piggott HOME Cc: freebsd-questions@FreeBSD.ORG Subject: Re: additional vnode devices References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Christopher Piggott HOME schrieb: > > Is it possible to add additional vnode devices (vn1, vn2, etc.) or is the > driver not written for that? Is there a configuration parameter somewhere > that would let me create more? The vn driver should create additional devices on the fly. Just configure the device nodes: # cd /dev; sh MAKEDEV vn[n] with n the device you want to create. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message