On Fri, 26 Dec 2008, Justin Piszcz wrote:
On Fri, 26 Dec 2008, Eric Sandeen wrote:
Justin Piszcz wrote:
# xfs_db -V
xfs_db version 2.9.8
p34:~# xfs_db -c frag -f /dev/sda1
Segmentation fault (core dumped)
p34:~# xfs_db -c frag -r /dev/sda1
Segmentation fault (core dumped)
(It was working BEFORE I ran xfs_fsr on it, it was at 16% fragmentation).
Now it can no longer check it?
Or, get an xfs_metadump of the fs and see if db segfaults on that too.
I'd be curious to know if xfs_repair -n flaggs any problems, as well.
-Eric
p34:~# umount /r1
p34:~# sync
p34:~# xfs_db -c frag -r /dev/sda1
actual 365758, ideal 358711, fragmentation factor 1.93%
p34:~# mount -a
p34:~# xfs_db -c frag -r /dev/sda1
actual 365758, ideal 358711, fragmentation factor 1.93%
p34:~# mount -a ; dmesg | tail -n 2
p34:~# xfs_fsr /dev/sda1
/r1 start inode=0
p34:~# xfs_db -c frag -r /dev/sda1
actual 365751, ideal 358711, fragmentation factor 1.92%
p34:~#
Now it is working? I do not understand.
|