Btrfs-progs: fsck: add an option to check data csums
[platform/upstream/btrfs-progs.git] / Documentation / btrfstune.txt
1 btrfstune(8)
2 ============
3
4 NAME
5 ----
6 btrfstune - tune various btrfs filesystem parameters
7
8 SYNOPSIS
9 --------
10 *btrfstune* [options] <dev> [<dev>...]
11
12 DESCRIPTION
13 -----------
14 *btrfstune* is used to tune various btrfs filesystem parameters,you can
15 enable/disable some extended features for btrfs.
16
17 OPTIONS
18 -------
19 -S <value>::
20 Updates the seeding value.
21 A positive value will enable seeding, zero will disable seeding, negtive is not allowed.
22 Enable seeding forces a fs readonly so that you can use it to build other filesystems.
23 -r::
24 Enable extended inode refs.
25 -x::
26 Enable skinny metadata extent refs.
27
28
29 EXIT STATUS
30 -----------
31 *btrfstune* will return 0 if no error happened.
32 If any problems happened, 1 will be returned.
33
34 AUTHOR
35 ------
36 Written by Shilong Wang and Wenruo Qu.
37
38 COPYRIGHT
39 ---------
40 Copyright (C) 2013 FUJITSU LIMITED.
41
42 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
43
44 This is free software: you are free  to  change  and  redistribute  it. There is NO WARRANTY, to the extent permitted by law.
45
46 SEE ALSO
47 --------
48 `mkfs.btrfs`(8)