summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-check.txt
blob: 961d5aec8fe4221b705e2fab85238d89fe95cb8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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 exist 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)