Date: Fri, 20 Jul 2001 09:55:28 +0200 From: Christoph Sold <so@server.i-clue.de> To: Christopher Piggott HOME <chrisp@rochester.rr.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: additional vnode devices Message-ID: <3B57E3F0.A230BD9F@i-clue.de> References: <FNEDJLLOKBNEHPNODKHCGEAOCAAA.chrisp@rochester.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B57E3F0.A230BD9F>