From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 20 18:46:42 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 17A7516A403 for ; Wed, 20 Dec 2006 18:46:42 +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 883FE43CAD for ; Wed, 20 Dec 2006 18:45:52 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [192.168.0.13] (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CKN13171 (AUTH peterg@ptree32.com.au); Thu, 21 Dec 2006 04:45:38 +1000 (EST) Message-ID: <4589844A.5070206@freebsd.org> Date: Wed, 20 Dec 2006 10:43:22 -0800 From: Peter Grehan User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Rafal Jaworowski References: <38D687BE-F674-4954-B6D3-8D25A8E9B9B5@mac.com> <4588846D.3040709@semihalf.com> <45888E72.6050406@freebsd.org> <458956DB.7040009@semihalf.com> In-Reply-To: <458956DB.7040009@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 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: Wed, 20 Dec 2006 18:46:42 -0000 > It's still not possible to mount such image on LE host, but it's much better > than using a Sparc host only to create and populate a PowerPC MFS image:) Another option is FAT - it's endian-independent, and I have some small patches to allow a root mount. Useful for compact flash cards. later, Peter.