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