Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fsck.reiser4(8) [debian man page]

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
--check 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. --fix fixes minor corruptions that do not require rebuilding; sets up correct values of bytes unsupported by kernel in the case of trans- parent compression. --build-sb fixes all severe corruptions in super blocks, rebuilds super blocks from scratch if needed. --build-fs fixes all severe fs corruptions, except super block ones; rebuilds reiser4 filesystem from the scratch if needed. -L, --logfile forces fsck to report any corruption it finds to the specified logfile rather then on stderr. -n, --no-log prevents fsck from reporting any kind of corruption. -a, --auto automatically checks the file system without any questions. -q, --quiet supresses gauges. -r ignored. PLUGIN OPTIONS
--print-profile prints the plugin profile. This is the set of default plugins used for all parts of a filesystem -- format, nodes, files, directo- ries, hashes, etc. If --override is specified, then prints modified plugins. -l, --print-plugins prints all plugins libreiser4 know about. -o, --override TYPE=PLUGIN, ... overrides the default plugin of the type "TYPE" by the plugin "PLUGIN" in the plugin profile. COMMON OPTIONS
-V, --version prints program version -?, -h, --help prints program help -q, --quiet suppress messages. -y, --yes assumes an answer 'yes' to all questions. -f, --force forces fsck to use whole disk, not block device or mounted partition. -p, --preen automatically repair minor corruptions on the filesystem. -c, --cache N 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> reiser4progs 05 February, 2004 fsck.reiser4(8)

Check Out this Related Man Page

SYSTEMD-FSCK@.SERVICE(8)				       systemd-fsck@.service					  SYSTEMD-FSCK@.SERVICE(8)

NAME
systemd-fsck@.service, systemd-fsck-root.service, systemd-fsck - File system checker logic SYNOPSIS
systemd-fsck@.service systemd-fsck-root.service /lib/systemd/systemd-fsck DESCRIPTION
systemd-fsck@.service and systemd-fsck-root.service are services responsible for file system checks. They are instantiated for each device that is configured for file system checking. systemd-fsck-root.service is responsible for file system checks on the root file system, but only if the root filesystem was not checked in the initramfs. systemd-fsck@.service is used for all other file systems and for the root file system in the initramfs. These services are started at boot if passno in /etc/fstab for the file system is set to a value greater than zero. The file system check for root is performed before the other file systems. Other file systems may be checked in parallel, except when they are on the same rotating disk. systemd-fsck does not know any details about specific filesystems, and simply executes file system checkers specific to each filesystem type (/sbin/fsck.*). This helper will decide if the filesystem should actually be checked based on the time since last check, number of mounts, unclean unmount, etc. If a file system check fails for a service without nofail, emergency mode is activated, by isolating to emergency.target. KERNEL COMMAND LINE
systemd-fsck understands these kernel command line parameters: fsck.mode= One of "auto", "force", "skip". Controls the mode of operation. The default is "auto", and ensures that file system checks are done when the file system checker deems them necessary. "force" unconditionally results in full file system checks. "skip" skips any file system checks. fsck.repair= One of "preen", "yes", "no". Controls the mode of operation. The default is "preen", and will automatically repair problems that can be safely fixed. "yes" will answer yes to all questions by fsck and "no" will answer no to all questions. SEE ALSO
systemd(1), fsck(8), systemd-quotacheck.service(8), fsck.btrfs(8), fsck.cramfs(8), fsck.ext4(8), fsck.fat(8), fsck.hfsplus(8), fsck.minix(8), fsck.ntfs(8), fsck.xfs(8) systemd 237 SYSTEMD-FSCK@.SERVICE(8)
Man Page