From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 23:36:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E078D106566B for ; Fri, 27 Feb 2009 23:36:36 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B2E358FC1D for ; Fri, 27 Feb 2009 23:36:36 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 36BEEAFC1FF; Fri, 27 Feb 2009 14:36:36 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 27 Feb 2009 14:36:21 -0900 User-Agent: KMail/1.9.10 References: <20090227212955.GA77920@obspm.fr> In-Reply-To: <20090227212955.GA77920@obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902271436.21956.fbsd.questions@rachie.is-a-geek.net> Cc: Albert Shih Subject: Re: multiple mount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2009 23:36:37 -0000 On Friday 27 February 2009 12:29:55 Albert Shih wrote: > Hi > > I would like to mount from same NFS server the same partition in many point > for using jail. For example I would > > mount NFS_SERVER:/home /jail/smtp-server > mount NFS_SERVER:/home /jail/apache_server > > > I've just check it's working, but I would like to known if they are some > problem with that ? If this is a ports directory, set WRKDIRPREFIX in /etc/make.conf within the jails, so that ports don't see the other jail's garbage or 2 ports being compiled at the same time from 2 different jails. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.