.Dd March 28, 2006 .Dt BADFRAG 8 .Sh NAME .Nm badfrag .Nd find files with last frags overlapping block boundaries .Sh SYNOPSIS .Nm .Ar filesystem .Sh DESCRIPTION .Nm scans the .Ar filesystem , looking for files ending with a sub-block fragment which straddles a block boundary. Such files should not exist, and removing them normally will panic the system, but .Xr fsck 8 does not detect them. .Pp The output consists of inode numbers, one per line, of inodes. No output means no such files were found. .Sh EXAMPLES .Li dumpi /dev/rsd3a 2 .Sh SEE ALSO .Xr fs 5 , .Xr newfs 8 , .Xr fsck 8 , .Xr dumpi 8 , .Xr fsresize 8 .Sh AUTHOR .Li der Mouse