diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-07-18 15:04:37 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-07-18 15:04:37 +0200 |
commit | 24e8c78cb22952b5ba6dace99c5378cd7762b977 (patch) | |
tree | 1a2c8e0945960d0cf0f2801afcfe08aee9a24013 /sys/man/8 | |
parent | 8ef9f7bbeebb5849c2e777b6da856b63bf484778 (diff) |
cwfs: add rtmp flag for check command to remove temporary files after recover
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/fs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/man/8/fs b/sys/man/8/fs index 6889739b3..7ec89abe7 100644 --- a/sys/man/8/fs +++ b/sys/man/8/fs @@ -277,6 +277,17 @@ Running .B "check free" afterward will construct a new free list that contains no blocks outside the new, smaller file system. +.TP +.B rtmp +Removes temporary files after a recovery from worm. +After a cache ream and recover, temporary files and directories +refer to invalid data blocks producing checktag errors +on access. To get rid of these errors, the +.I rtmp +flag can be used with the +.I check +command which will truncate temporary directories +and remove temporary files. .PP .I Clean prints the block numbers in |