From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 23:21:19 2004 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 6110716A4CE for ; Tue, 6 Jan 2004 23:21:19 -0800 (PST) Received: from hobbiton.shire.net (hobbiton.shire.net [206.71.64.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF4243D48 for ; Tue, 6 Jan 2004 23:21:17 -0800 (PST) (envelope-from chad@shire.net) Received: from [67.161.247.57] (helo=[192.168.99.66]) by hobbiton.shire.net with asmtp (TLSv1:RC4-SHA:128) (Exim 4.10) id 1Ae80C-00020D-00 for freebsd-questions@freebsd.org; Wed, 07 Jan 2004 00:21:16 -0700 Mime-Version: 1.0 (Apple Message framework v609) Message-Id: <13B5D138-40E2-11D8-B8B0-003065A70D30@shire.net> To: freebsd-questions@freebsd.org From: "Chad Leigh -- Shire.Net LLC" Date: Wed, 7 Jan 2004 00:21:14 -0700 X-Mailer: Apple Mail (2.609) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on hobbiton.shire.net X-Spam-Status: No, hits=-1.5 required=5.0 tests=BAYES_01 autolearn=no version=2.60 X-Spam-Level: Subject: jails; sharing parts of file system; mounting pieces of file system in other positions, etc. 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: Wed, 07 Jan 2004 07:21:19 -0000 On linux you can do a % mount -bind olddir newdir to remount a piece of the FS somewhere else. The NullFS on FBSD seems to allow similar things. However, as much as I could find on NullFS in Google seems to indicate that it is pretty much broken and shouldn't be used. What I want to do is run several jails that would share the "read only" pieces of a system like / /bin /sbin /usr/bin /usr/sbin and stuff like that. Each jail would have their own /etc and other places that would need to be different and writable. This way I only have to update the system once when I upgrade and not do all my various jails one at a time. Of course, some things would need to be done for each jail (etc updates etc) but this would minimize it... Is this a possible thing to do under FBSD? How are others doing it? Thanks for your input Chad