From owner-freebsd-current@FreeBSD.ORG Thu Apr 12 13:56:03 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DED1F16A400 for ; Thu, 12 Apr 2007 13:56:03 +0000 (UTC) (envelope-from craig@xfoil.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.freebsd.org (Postfix) with ESMTP id C63E813C44C for ; Thu, 12 Apr 2007 13:56:01 +0000 (UTC) (envelope-from craig@xfoil.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id 8833B111F3; Thu, 12 Apr 2007 08:56:01 -0500 (CDT) Date: Thu, 12 Apr 2007 08:55:58 -0500 From: Craig Boston To: Ed Schouten Message-ID: <20070412135558.GA95302@nowhere> Mail-Followup-To: Craig Boston , Ed Schouten , ticso@cicely.de, current@FreeBSD.org References: <200704112004.03903.lists@jnielsen.net> <20070412021645.GQ30772@cicely12.cicely.de> <20070412114135.C64803@fledge.watson.org> <20070412112045.GR30772@cicely12.cicely.de> <20070412120341.GE45949@hoeg.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070412120341.GE45949@hoeg.nl> User-Agent: Mutt/1.4.2.2i Cc: ticso@cicely.de, current@FreeBSD.org Subject: Re: ZFS to support chflags? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 13:56:04 -0000 On Thu, Apr 12, 2007 at 02:03:41PM +0200, Ed Schouten wrote: > There are nicer ways to do that as far as I know. Just read-only > nullmount some kind of base install to another directory. Union mount > another directory on top that holds jail specific data. That way you > have a `copy-on-write' FreeBSD install. Make sure you mount everything > with noatime. Or, since we're talking about ZFS here, snapshot a "master" install directory and clone it to the jail roots :)