From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 05:08:54 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 64D3416A4D5 for ; Fri, 24 Oct 2003 05:08:53 -0700 (PDT) Received: from big.perpels.com (95.Red-217-126-9.pooles.rima-tde.net [217.126.9.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id B31AC43FBF for ; Fri, 24 Oct 2003 05:08:44 -0700 (PDT) (envelope-from drio@perpels.com) Received: by big.perpels.com (Postfix, from userid 1000) id 746F7558F; Thu, 23 Oct 2003 20:45:49 +0200 (CEST) Date: Thu, 23 Oct 2003 20:45:49 +0200 From: David Rio To: freebsd-questions@freebsd.org Message-ID: <20031023184549.GA7241@perpels.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: using /usr/ports between jails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 12:08:54 -0000 Hi: 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? Thanks.