will scan the B-Tree, collect allocation information, and
construct a blockmap in-memory. It will then check that blockmap
against the on-disk blockmap.
+.Pp
+This command needs the
+.Fl f
+flag.
.\" ==== show ====
.It Cm show Op Ar lo Ns Cm \&: Ns Ar objid
Dump the B-Tree.
" [-f blkdevs] [-i delay] [-t seconds] [-S splitup]\n"
" command [argument ...]\n"
"hammer synctid <filesystem> [quick]\n"
- "hammer -f blkdevs blockmap\n"
"hammer bstats [interval]\n"
"hammer iostats [interval]\n"
"hammer history[@offset[,len]] <file> ...\n"
- "hammer -f blkdevs [-qqq] show [lo:objid]\n"
"hammer namekey1 <path>\n"
"hammer namekey2 <path>\n"
"hammer namekey32 <path>\n"
fprintf(stderr, "\nHAMMER utility version 4+ commands:\n");
fprintf(stderr,
+ "hammer -f blkdevs blockmap\n"
+ "hammer -f blkdevs checkmap\n"
+ "hammer -f blkdevs [-qqq] show [lo:objid]\n"
"hammer -f blkdevs show-undo\n"
"hammer -f blkdevs recover <target_dir>\n"
);