I run:
xfs_check /dev/sdc10
And it reports:
sb versionnum missing attr bit 10
Then I run:
xfs_repair /dev/sdc10
And it reports output from 7 phases and "done".
Again I run:
xfs_check /dev/sdc10
And it reports:
sb versionnum missing attr bit 10
Is this how it's supposed to work? Thanks for any help. Linus
C Linus Hicks wrote:
I run:
xfs_check /dev/sdc10
And it reports:
sb versionnum missing attr bit 10
Then I run:
xfs_repair /dev/sdc10
And it reports output from 7 phases and "done".
Again I run:
xfs_check /dev/sdc10
And it reports:
sb versionnum missing attr bit 10
Is this how it's supposed to work?
You might have better luck emailing xfs@oss.sgi.com - see: http://oss.sgi.com/mailman/listinfo/xfs
James Pearson