mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-16 19:35:38 +00:00
dc2ae5dfcf
There are many trivial typos in Documentation/*.txt. All of these use "exist status" to mean "exit status" by mistake. I guess someone first made this mistake and it has spread by copy-and-paste :-D Signed-off-by: Naohiro Aota <naota@elisp.net> Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
btrfs-check(8)
|
|
==============
|
|
|
|
NAME
|
|
----
|
|
btrfs-check - check or repair a btrfs filesystem offline
|
|
|
|
SYNOPSIS
|
|
--------
|
|
*btrfs check* [options] <device>
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
*btrfs check* is used to check or repair a btrfs filesystem offline.
|
|
|
|
NOTE: Since btrfs is under heavy development especially the *btrfs check*
|
|
command, it is *highly* recommended to read the following btrfs wiki before
|
|
executing *btrfs check* with '--repair' option: +
|
|
https://btrfs.wiki.kernel.org/index.php/Btrfsck
|
|
|
|
*btrfsck* is an alias of *btrfs check* command and is now deprecated.
|
|
|
|
OPTIONS
|
|
-------
|
|
-s|--super <superblock>::
|
|
use <superblock>th superblock copy.
|
|
--repair::
|
|
try to repair the filesystem.
|
|
--init-csum-tree::
|
|
create a new CRC tree.
|
|
--init-extent-tree::
|
|
create a new extent tree.
|
|
--check-data-csum::
|
|
verify checkums of data blocks.
|
|
|
|
EXIT STATUS
|
|
-----------
|
|
*btrfs check* returns a zero exit status if it succeeds. Non zero is
|
|
returned in case of failure.
|
|
|
|
AVAILABILITY
|
|
------------
|
|
*btrfs* is part of btrfs-progs.
|
|
Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for
|
|
further details.
|
|
|
|
SEE ALSO
|
|
--------
|
|
`mkfs.btrfs`(8),
|
|
`btrfs-scrub`(8),
|
|
`btrfs-rescue`(8)
|