From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 20 01:14:10 2006 Return-Path: X-Original-To: ppc@FreeBSD.org Delivered-To: freebsd-ppc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 33F7116A403 for ; Wed, 20 Dec 2006 01:14:10 +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 5CB6A43CA3 for ; Wed, 20 Dec 2006 01:14:05 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [10.33.24.110] (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CKL80228 (AUTH peterg@ptree32.com.au); Wed, 20 Dec 2006 11:13:58 +1000 (EST) Message-ID: <45888E72.6050406@freebsd.org> Date: Tue, 19 Dec 2006 17:14:26 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8b) Gecko/20051014 MIME-Version: 1.0 To: Rafal Jaworowski References: <38D687BE-F674-4954-B6D3-8D25A8E9B9B5@mac.com> <4588846D.3040709@semihalf.com> In-Reply-To: <4588846D.3040709@semihalf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ppc@FreeBSD.org Subject: Re: HFS+ X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 01:14:10 -0000 Hi Rafal, > On a somewhat fs-related note: is anyone aware of efforts towards > support for cross-endian UFS? It would be nice to create and populate an > MFS image on LE host. I looked at this briefly, but it didn't seem like > the quickest task and maybe someone is already working on it. This has come up a few times with various folk (Kip Macy ?) saying that it didn't take long to pull across the NetBSD changes that do this. I believe the sysutils/makefs port can handle cross-endian builds. If you can get away with a read-only root, mkisofs can do the job and FreeBSD can deal with an isofs root mount. later, Peter.