Re: XFS Mount Hangs the Partition (on latest kernel + many old 2.6.xones)

From: Eric Sandeen
Date: Thu Dec 15 2005 - 13:30:08 EST


Shlomi Fish wrote:
Replying to myself, I'd like to ask for a response to my previous message, especially the order in which the operations Mr. Scott mentioned need to be performed.

>>>- get sysrq-t information for all hung processes, esp. mount;
>>>- send xfs_info output for the filesystem in question;
>>>- dump the log (xfs_logprint -C) and send it to us.


xfs_logprint -C /dev/foo against the unmounted device.

sysrq-t when it's hung, after you try to mount

xfs_info /mnt/point when it's mounted.

Well, you can't mount, because recovery hangs, so,

mount -o ro,norecovery /dev/foo /mnt/point; xfs_info /mnt/point

-Eric

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/