SGI XFS on ppc

Steve Lord lord at sgi.com
Tue Aug 1 02:29:36 EST 2000


> On 31 Jul 2000, Thomas Graichen wrote:
> > * how to test the xfs filesystem without the tools? - i just made
> >   a small 32mb xfs filesystem on an x86 and dd'ed to a file which
> >   you can easily dd onto any partition and mount it as xfs fs there
> >   (verified to work on x86)
> > * trying to mount the dd'ed filesystem just hangs the machine - no
> >   output so far (xfs is compiled with debug and vnode tracing and
> >   syslog will give *.* to the console) ...
> 
> Is XFS now always big endian (as we discussed about at Linux-Kongreß 1999),
> or is it still native endian, so you cannot use an x86 image on big endian
> machines?
> 
> Gr{oetje,eeting}s,
> 
> 						Geert
> 


XFS is now always bigendian - it should be possible to move a disk image
between systems. 

As for debugging this hang - it is a little tricky without something like
kdb. Getting a stack trace for the mount process would be critical to working
out what went wrong. I suspect some read of a block from disk did not wake
up the requesting thread. There is tracing in the pagebuf module, but it
relied on kdb to dump the results, mapping these trace calls onto printk
messages, or some other mechanism may help.

Steve


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list