From owner-freebsd-ppc@FreeBSD.ORG Tue Jun 20 14:48:23 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8903216A47B for ; Tue, 20 Jun 2006 14:48:23 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC99043D6E for ; Tue, 20 Jun 2006 14:48:04 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [192.168.0.14] (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id BXH71988 (AUTH peterg@ptree32.com.au); Wed, 21 Jun 2006 00:47:56 +1000 (EST) Message-ID: <44980A9A.5000708@freebsd.org> Date: Tue, 20 Jun 2006 07:47:54 -0700 From: Peter Grehan User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: matt@genesi-usa.com References: <00b001c69475$524fe510$99dfdfdf@bakuhatsu.net> In-Reply-To: <00b001c69475$524fe510$99dfdfdf@bakuhatsu.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: On-disk format of UFS1, UFS2 for firmware X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2006 14:48:23 -0000 > I was wondering where the best place to ask was to find out any documentation > on the on-disk format of UFS1 and UFS2 (barring the FreeBSD source tree, I have > that already). In terms of source, the libstand implementation is a bit easier to follow/use than the in-kernel UFS proper for a bootloader at least. > Any hints appreciated. Is there a freebsd-filesystems list or so? Looks like you've already made it to freebsd-fs :) later, Peter.