From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 7 09:54:29 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 D7A3316A41F for ; Sat, 7 Jan 2006 09:54:29 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from hummer.onthenet.com.au (hummer.onthenet.com.au [203.13.68.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773C943D48 for ; Sat, 7 Jan 2006 09:54:29 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.2.190] (CPE-2-190.dsl.OntheNet.net [203.144.2.190]) by hummer.onthenet.com.au (Postfix) with ESMTP id 6DA9819FE8D; Sat, 7 Jan 2006 19:54:27 +1000 (EST) Message-ID: <43BF8FD2.1090603@freebsd.org> Date: Sat, 07 Jan 2006 19:54:26 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christopher Illies References: <446797201@web.de> In-Reply-To: <446797201@web.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Problem sharing UFS2 between PPC and i386 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: Sat, 07 Jan 2006 09:54:30 -0000 Hi Christopher, > Could this have to do with big endian vs. little endian (just an idea, I have > little clue myself what this is)? You got it. FreeBSD can only read UFS filesystems created in native byte order. There's no equivalent of NetBSD's FFS_EI to allow byte-switching in the filesystem code. later, Peter.