From owner-freebsd-geom@FreeBSD.ORG Mon Jan 29 15:31:20 2007 Return-Path: X-Original-To: freebsd-geom@FreeBSD.ORG Delivered-To: freebsd-geom@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C92616A405 for ; Mon, 29 Jan 2007 15:31:20 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id 90D3513C474 for ; Mon, 29 Jan 2007 15:31:19 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 36616 invoked by uid 2001); 29 Jan 2007 15:31:16 -0000 Date: Mon, 29 Jan 2007 09:31:15 -0600 From: "Rick C. Petty" To: "R. B. Riddick" Message-ID: <20070129153115.GA36446@keira.kiwi-computer.com> References: <901910.12288.qm@web30302.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <901910.12288.qm@web30302.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: Hansa , freebsd geom Subject: Re: How do I gmirror slices? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 15:31:20 -0000 On Mon, Jan 29, 2007 at 06:48:29AM -0800, R. B. Riddick wrote: > > > Hmm... I dont think so... There is the first sector of the disk, that is read > by the BIOS, then there are 8KB somewhere at a fixed position outside the file > system... And I think those 8KB are already able to understand/read UFS... :-) It's not really outside the file system, it appears at the beginning of the file system. It's 8KB for UFS1 and 64KB for UFS2. Not only that, but that 8K or 64K chunk is open/unused at the front of every superblock, that is: for every cylinder group, IIRC. -- Rick C. Petty