1BTRFS-PROPERTY(8) Btrfs Manual BTRFS-PROPERTY(8)
2
3
4
6 btrfs-property - get/set/list properties for given filesystem object
7
9 btrfs property <subcommand> <args>
10
12 btrfs property is used to get/set/list property for given filesystem
13 object. The object can be an inode (file or directory), subvolume or
14 the whole filesystem. See the description of get subcommand for more
15 information about both btrfs object and property.
16
17 btrfs property provides an unified and user-friendly method to tune
18 different btrfs properties instead of using the traditional method like
19 chattr(1) or lsattr(1).
20
22 get [-t <type>] <object> [<name>]
23 get property from a btrfs <object> of given <type>
24
25 A btrfs object, which is set by <object>, can be a btrfs filesystem
26 itself, a btrfs subvolume, an inode (file or directory) inside
27 btrfs, or a device on which a btrfs exists.
28
29 The option -t can be used to explicitly specify what type of object
30 you meant. This is only needed when a property could be set for
31 more then one object type.
32
33 Possible types are s[ubvol], f[ilesystem], i[node] and d[evice],
34 where the first lettes is a shortcut.
35
36 Set the name of property by name. If no name is specified, all
37 properties for the given object are printed. name is one of the
38 following:
39
40 ro
41 read-only flag of subvolume: true or false
42
43 label
44 label of device
45
46 compression
47 compression algorithm set for an inode, possible values: lzo,
48 zlib, zstd. To disable compression use "" (empty string), no or
49 none.
50
51 list [-t <type>] <object>
52 Lists available properties with their descriptions for the given
53 object.
54
55 See the description of get subcommand for the meaning of each
56 option.
57
58 set [-t <type>] <object> <name> <value>
59 Sets a property on a btrfs object.
60
61 See the description of get subcommand for the meaning of each
62 option.
63
65 btrfs property returns a zero exit status if it succeeds. Non zero is
66 returned in case of failure.
67
69 btrfs is part of btrfs-progs. Please refer to the btrfs wiki
70 http://btrfs.wiki.kernel.org for further details.
71
73 mkfs.btrfs(8), lsattr(1), chattr(1)
74
75
76
77Btrfs v5.1 05/17/2019 BTRFS-PROPERTY(8)