From owner-freebsd-questions@FreeBSD.ORG Sat Oct 25 07:44:29 2003 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 7EFB716A4B3 for ; Sat, 25 Oct 2003 07:44:29 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B3C43F85 for ; Sat, 25 Oct 2003 07:44:28 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 7C84F3B05; Sat, 25 Oct 2003 10:44:28 -0400 (EDT) Sender: lowell@be-well.ilk.org To: David Rio References: <20031023184549.GA7241@perpels.com> From: Lowell Gilbert Date: 25 Oct 2003 10:44:28 -0400 In-Reply-To: <20031023184549.GA7241@perpels.com> Message-ID: <44ekx1s7g3.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: using /usr/ports between jails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2003 14:44:29 -0000 David Rio writes: > I want to share my /usr/ports between some jails. /usr/ports and > jails are running on the same machine. > AFAIK I have two options: > > 1. nfs (export /usr/ports through nfs) > 2. mount_union: > # mount_union /usr/ports /usr/jail/jail1/usr/ports > > Is there anyone using any of this options? Can you share with > me your experiences? This is discussed regularly on a variety of FreeBSD lists. You can search the list archives if you want. One particularly easy solution is to use NFS. You may not want to let the clients mount it R/W, though.