summaryrefslogtreecommitdiff
path: root/Documentation/btrfstune.txt
blob: 56cf66bb6c8f8516d0e1f4440fb605c31dbacb49 (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
btrfstune(8)
============

NAME
----
btrfstune - tune various btrfs filesystem parameters

SYNOPSIS
--------
*btrfstune* [options] <dev> [<dev>...]

DESCRIPTION
-----------
*btrfstune* is used to tune various btrfs filesystem parameters,you can
enable/disable some extended features for btrfs.

OPTIONS
-------
-S <value>::
Updates the seeding value.
A positive value will enable seeding, zero will disable seeding, negtive is not allowed.
Enable seeding forces a fs readonly so that you can use it to build other filesystems.
-r::
Enable extended inode refs.
-x::
Enable skinny metadata extent refs.


EXIT STATUS
-----------
*btrfstune* will return 0 if no error happened.
If any problems happened, 1 will be returned.

SEE ALSO
--------
`mkfs.btrfs`(8)