Subject: Re: FFS_EI isn't mounting little on bigendian.
To: None <itojun@iijlab.net>
From: Roland Dowdeswell <elric@imrryr.org>
List: current-users
Date: 05/29/2003 22:43:24
On 1054262198 seconds since the Beginning of the UNIX epoch
itojun@iijlab.net wrote:
>
>>I am running 1.6T on macppc and FFS_EI just isn't letting me either
>>see or write the i386 disklabel.
>
>	if i understand correctly, FFI_EI lets you mount disk formatetd
>	w/ different endian, but does not allow you to edit disklabel.

The disklabel is probably offset by a different amount on the macppc
than the i386.  I had this issue when mounting disks on the alpha.
The way that I solved it was that disklabel -r will scan for the
label, so you can do something along the lines of

	disklabel -r sd0 | disklabel -R sd0 /dev/stdin

to grab the offset disklabel and install it as the incore label.

--
    Roland Dowdeswell                      http://www.Imrryr.ORG/~elric/