From owner-freebsd-questions@FreeBSD.ORG Mon Jan 29 15:32:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4364D16A403 for ; Mon, 29 Jan 2007 15:32:56 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 041AA13C474 for ; Mon, 29 Jan 2007 15:32:55 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 00347-10; Mon, 29 Jan 2007 16:05:01 +0100 (CET) Received: from smtp.alpha-tierchen.de (port-212-202-170-218.dynamic.qsc.de [212.202.170.218]) by mail.liberty-hosting.de (Postfix) with ESMTP id 4A87C17ED7A; Mon, 29 Jan 2007 16:05:01 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by smtp.alpha-tierchen.de (Postfix) with ESMTP id F096350915; Mon, 29 Jan 2007 16:04:58 +0100 (CET) Message-ID: <45BE0D1A.5090405@cs.tu-berlin.de> Date: Mon, 29 Jan 2007 16:04:58 +0100 From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Karl Fischer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: FreeBSD Questions Subject: Re: Multiple Directories for Jails 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: Mon, 29 Jan 2007 15:32:56 -0000 Karl Fischer schrieb: > Hi > I'm a n00b to freebsd and jails is there away that I can specify > multiple Directories in the jails.conf ? > > JAIL_HOME="/data1; /data2" etc. What are you trying to do or what do you expect? A file system hierarchy can only have one root directory. You probably want to play with unionfs. You can read about its concept here: http://people.freebsd.org/~daichi/unionfs/ http://en.wikipedia.org/wiki/UnionFS Regards Björn