Scroll to navigation

fsck.reiser4(8) reiser4progs manual fsck.reiser4(8)

NAME

fsck.reiser4 - the program for checking and repairing reiser4 filesystem.

SYNOPSIS

fsck.reiser4 [ options ] FILE

DESCRIPTION

fsck.reiser4 is reiser4 filesystem check and repair program.

CHECK OPTIONS

the default action checks the consistency and reports, but does not repair any corruption that it finds. This option may be used on a read-only file system mount.
fixes minor corruptions that do not require rebuilding; sets up correct values of bytes unsupported by kernel in the case of transparent compression.
fixes all severe corruptions in super blocks, rebuilds super blocks from scratch if needed.
fixes all severe fs corruptions, except super block ones; rebuilds reiser4 filesystem from the scratch if needed.
forces fsck to report any corruption it finds to the specified logfile rather then on stderr.
prevents fsck from reporting any kind of corruption.
automatically checks the file system without any questions.
supresses gauges.
ignored.

PLUGIN OPTIONS

prints the plugin profile. This is the set of default plugins used for all parts of a filesystem -- format, nodes, files, directories, hashes, etc. If --override is specified, then prints modified plugins.
prints all plugins libreiser4 know about.
overrides the default plugin of the type "TYPE" by the plugin "PLUGIN" in the plugin profile.

COMMON OPTIONS

prints program version
-?, -h, --help
prints program help
suppress messages.
assumes an answer 'yes' to all questions.
forces fsck to use whole disk, not block device or mounted partition.
automatically repair minor corruptions on the filesystem.
tunes number of nodes in the libreiser4 tree buffer cache

REPORTING BUGS

Report bugs to <reiserfs-devel@vger.kernel.org>

SEE ALSO

debugfs.reiser4(8), mkfs.reiser4(8), measurefs.reiser4(8)

AUTHOR

This manual page was written by Vitaly Fertman <vitaly@namesys.com>

05 February, 2004 reiser4progs