From owner-freebsd-questions Fri Aug 18 9:26:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat206.134.mpoweredpc.net [142.177.206.134]) by hub.freebsd.org (Postfix) with ESMTP id E083637B424 for ; Fri, 18 Aug 2000 09:26:44 -0700 (PDT) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id NAA06175 for ; Fri, 18 Aug 2000 13:26:30 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Fri, 18 Aug 2000 13:26:29 -0300 (ADT) From: The Hermit Hacker To: freebsd-questions@freebsd.org Subject: jail'd environments ... one quick question ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG from reading the man page: Setting up a Jail Directory Tree This shows how to setup a jail directory tree: D=/here/is/the/jail cd /usr/src make hierarchy DESTDIR=$D make obj make depend make all make install DESTDIR=$D cd etc make distribution DESTDIR=$D NO_MAKEDEV=yes cd $D/dev sh MAKEDEV jail cd $D ln -sf dev/null kernel can someone tell me how much disk space I should need to allocate *per* jail? and each jail will require its own /usr/local directory, etc? there is no way of 'nfs mounting' an existing /usr to /jail/usr so that it can share those resources, which would be especially helpful when doing an upgrade of the system? :) Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message