http://bugzilla.kernel.org/show_bug.cgi?id=10981
------- Comment #1 from lachlan@xxxxxxx 2008-06-25 20:34 -------
Mount has encountered a corrupt AGF. You will have to destroy the log and run
repair so this filesystem can be mounted again. Fortunately the panic occured
after the log was replayed so the damage should be minimised. But before you
do
that could you do the following?
# xfs_db /dev/sda6
xfs_db> agf 0
xfs_db> print
magicnum = 0x58414746
versionnum = 1
...
xfs_db> agf 1
xfs_db> print
magicnum = 0x58414746
versionnum = 1
...
and keep doing that for each AG in the filesystem and post the output.
There shouldn't be too many AGs (probably about 4). And if possible run
xfs_metadump on this filesystem.
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|