Dennis Varouxis wrote:
The output from xfs_db which admittedly doesn't mean much, to me at least, is:
azrael ~ # xfs_db -c sb -c p /dev/sda1
...
logblocks = 1000
versionnum = 0x1094
Looks like version one directories, recently ripped out of Linux...
Try an older kernel... can't recall exactly when this changed, but you
can probably find it in the archives, search "dirv1" I think.
Also interesting is the output from xfs_check:
"ERROR: The filesystem has valuable metadata changes in a log which needs to
be replayed. Mount the filesystem to replay the log, and unmount it before
re-running xfs_check."
Linux can't replay irix logs, you could zero out the log with xfs_repair
-L, or, less destructively, mount with -o ro,norecovery and see what you
can get.
-Eric
|