From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 01:22:12 2006 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 F324F16A407 for ; Tue, 19 Dec 2006 01:22:11 +0000 (UTC) (envelope-from jahilliya@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 624DE43CA2 for ; Tue, 19 Dec 2006 01:22:11 +0000 (GMT) (envelope-from jahilliya@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1480692wxc for ; Mon, 18 Dec 2006 17:21:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jBzktAFBD/yg0MCWRZczBxh+YKJgNrHkwlOqbI2FRc4PQsHpT1STGCzPCo8EClmMLYjAcGgFfymsRS1IASy8ceHwO/2qxxBB3So2tHv1Y2F3UthglAIxPc8fvKxAMegZcdkRWwi68oLiJHUuETTNeQP5QgONYESiEfASZsfMaZk= Received: by 10.70.65.8 with SMTP id n8mr8593725wxa.1166489577664; Mon, 18 Dec 2006 16:52:57 -0800 (PST) Received: by 10.70.131.11 with HTTP; Mon, 18 Dec 2006 16:52:57 -0800 (PST) Message-ID: Date: Tue, 19 Dec 2006 09:52:57 +0900 From: Jahilliya To: shih@math.jussieu.fr In-Reply-To: <20061218130604.GD29002@math.jussieu.fr> MIME-Version: 1.0 References: <20061218130604.GD29002@math.jussieu.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Jail & nullfs how many 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: Tue, 19 Dec 2006 01:22:12 -0000 On 12/18/06, Albert Shih wrote: > > Hi all > > I'm starting using jail and I'm using now nullfs (I don't really want use > something like ezjail or other plug&play script, I want understand what > I'm > doing before using this tools). > How many nullfs I can mount ? Because there are 6 by jail, if > i'm going to use this many I have 10-20 jail. Can I mounting ~120 > nullfs without problems ? > > Regards Hey, What i recommend is having a look at ezjail. In doing so, see how it uses nullfs for multiple jails and use that as a base to create your own, or just use ezjail itself. ports/sysutils/ezjail Thanks