public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Writing journal only in Big Endian format
@ 2009-11-30  5:17 Nitin Arora
  2009-11-30  5:58 ` Eric Sandeen
  2009-11-30  6:43 ` Dave Chinner
  0 siblings, 2 replies; 4+ messages in thread
From: Nitin Arora @ 2009-11-30  5:17 UTC (permalink / raw)
  To: xfs, sandeen-xfs@sandeen.net, p.mironchik@velesys.com,
	hch@xfs.org


[-- Attachment #1.1: Type: text/plain, Size: 1283 bytes --]

Hello,

We are using XFS (Kernel 2.6.18) and facing a problem.
When any XFS partition is plugged out from a little endian machine and
plugged in to a big endian machine,
it cannot be mounted and gives the following error.

FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem
will be case sensitive!

FAT: bogus number of FAT structure

VFS: Can't find a valid FAT filesystem on dev sda1.

VFS: Can't find ext3 filesystem on dev sda1.

XFS mounting filesystem sda1

Starting XFS recovery on filesystem: sda1 (logdev: internal)

XFS: dirty log written in incompatible format - can't recover

XFS: log mount/recovery failed: error 5

XFS: log mount failed


Mounting problem goes away after doing *"xfs_repair -L /dev/sdb2"

*The problem is that big endian machine cannot recognize the journal which
was written in
little endian format by the little endian machine and once the journal is
zerod out it can be mouted.

Now the solution to above problem seems writing journal always in big endian
format.

Please suggest me, Is there any design limitation in XFS for this.
Is it okay and feasible to implement it if yes then please give some
pointers so that it can be implemented, under some
suitable compile time switch.

Thanks in advance...

Regards
Nitin Arora

[-- Attachment #1.2: Type: text/html, Size: 1717 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-10  8:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30  5:17 Writing journal only in Big Endian format Nitin Arora
2009-11-30  5:58 ` Eric Sandeen
2009-11-30  6:43 ` Dave Chinner
2009-12-10  8:26   ` Nitin Arora

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox