From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 15 22:04:11 2004 Return-Path: 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 B73B816A4CE for ; Wed, 15 Dec 2004 22:04:11 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC1443D3F for ; Wed, 15 Dec 2004 22:04:11 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-31-188.dsl.onthenet.net [203.144.31.188]) iBFM43nP091806; Thu, 16 Dec 2004 08:04:07 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <41C0B5FA.4000301@freebsd.org> Date: Thu, 16 Dec 2004 08:08:58 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Dexter References: <41BF636E.3090805@freebsd.org> <41BF711C.8020203@freebsd.org> <20041215160504.GB31842@dragon.nuxi.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Darwin UFS Support? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 22:04:11 -0000 > Fat32 > The classic "cross platform" format, unless MS goes patent crazy. 5.x > has reportedly imported Apple APSL code for improved functionality. Best > bet? I'd say so. > Ext2 > Mac drivers are at sourceforge and are reportedly stable. FreeBSD side > would probably need sparse superblocks turned off as per Michael Lucas' > "compat_linux the Hard Way" at onlamp (point compat_linux at a real RH > install). I've not tried that one, but it could be an option. > It sounds like Darwin UFS may never sync with FreeBSD because of the > work that would be involved. The other issue with UFS is that FreeBSD uses the endian of the host system, so you can't share a UFS volume between FreeBSD/PPC and FreeBSD/x86. later, Peter.