Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2000 13:26:29 -0300 (ADT)
From:      The Hermit Hacker <scrappy@hub.org>
To:        freebsd-questions@freebsd.org
Subject:   jail'd environments ... one quick question ...
Message-ID:  <Pine.BSF.4.21.0008181322430.3758-100000@thelab.hub.org>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008181322430.3758-100000>