I'm using FreeeBSD 9.0-RELEASE-p3, and have compiled the xfsprogs in the ports library, to attempt to repair and mount a couple of XFS partitions on a disk rescued from a Buffalo Linkstation.
I can see two XFS partitions: (/dev/ada2s6 is inside an EBR)
I can run xfs_check on both, but return, with no output.
When I run xfs_repair, they both display
And then it hangs, eating no CPU, doing no system calls. When I mount the partitions, they mount cleanly, but again, when I go into them, and 'ls', computer crashes.
I suspect they (and more importantly, the data they contain) may be beyond recovery, but would like a second option, or other helpful pointers.
Ultimately want to put data on zfs, and bring disk into zfs pool.
Thanks in advance,
Mr%
I can see two XFS partitions: (/dev/ada2s6 is inside an EBR)
Code:
{root@orac} file - < /dev/ada2s2
/dev/stdin: SGI XFS filesystem data (blksz 4096, inosz 256, v2 dirs)
{root@orac} file - < /dev/ada2s6
/dev/stdin: SGI XFS filesystem data (blksz 4096, inosz 256, v2 dirs)
{root@orac}
I can run xfs_check on both, but return, with no output.
When I run xfs_repair, they both display
Code:
{root@orac} xfs_repair /dev/ada2s2
Phase 1 - find and verify superblock...
Phase 2 - using internal log
- zero log...
- scan filesystem freespace and inode maps...
- found root inode chunk
Phase 3 - for each AG...
- scan and clear agi unlinked lists...
- process known inodes and perform inode discovery...
- agno = 0
And then it hangs, eating no CPU, doing no system calls. When I mount the partitions, they mount cleanly, but again, when I go into them, and 'ls', computer crashes.
I suspect they (and more importantly, the data they contain) may be beyond recovery, but would like a second option, or other helpful pointers.
Ultimately want to put data on zfs, and bring disk into zfs pool.
Thanks in advance,
Mr%