From owner-freebsd-questions@FreeBSD.ORG Wed May 9 13:55:12 2012 Return-Path: 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 473781065670 for ; Wed, 9 May 2012 13:55:12 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE788FC15 for ; Wed, 9 May 2012 13:55:12 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q49DsuVb008043; Wed, 9 May 2012 07:55:09 -0600 From: Erich Dollansky To: freebsd-questions@freebsd.org Date: Wed, 9 May 2012 20:54:47 +0700 User-Agent: KMail/1.13.7 (FreeBSD/8.3-STABLE; KDE/4.7.4; amd64; ; ) References: <201205091953.28091.erich@alogreentechnologies.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201205092054.47719.erichfreebsdlist@ovitrap.com> Cc: Alejandro Imass , Robert Bonomi Subject: Re: UFS Crash and directories now missing 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: Wed, 09 May 2012 13:55:12 -0000 Hi, On Wednesday 09 May 2012 20:30:37 Alejandro Imass wrote: > On Wed, May 9, 2012 at 8:53 AM, Erich Dollansky > wrote: > > Hi, > > > > On Wednesday 09 May 2012 18:57:06 Alejandro Imass wrote: > >> On Thu, May 3, 2012 at 1:14 PM, Alejandro Imass wrote: > >> > On Thu, May 3, 2012 at 9:35 AM, Robert Bonomi wrote: > >> >> > >> > >> [...] > >> > >> >> One comment: for 'defensive' purposes it would be useful to break ad6 up > >> >> into two slices, putting 'basejail' in it's own slice. Then, for production > >> >> use, that slice can be mounted RO, and with the 'system immutable' flag > >> >> set on everything in that filesystem. > >> >> > >> > > >> > Yes. From one of your posts that became somewhat clear to me: Having > >> > all the jails on a single 150GB slice seems like a bad idea. > >> > > >> > >> For your recommendation above, what are the advantages or differences > >> of slicing the disk versus partitioning on a single slice? > >> > > it could be a misunderstanding. What is a partition? What is a slice. I have to look always into the handbook. Anyway, as long the OS see different units which have to be mounted independent of each other, it all does not matter what is what. > > > > I meant in Unix terms of course. Slice is slice (partition in other > OS) and partition a thru h > > The question is if it has any advantage of using a slice to mount the > basejail in RO as opposed to doing the same thing on a partition. > I do not think so. As long it is mounted as a separated unit, FreeBSD has to keep everything separated. Erich