Code:
btrfs property:
usage: btrfs property get/set/list [-t <type>] <object> [<name>] [value]
btrfs property get [-t <type>] <object> [<name>]
Gets a property from a btrfs object.
btrfs property set [-t <type>] <object> <name> <value>
Sets a property on a btrfs object.
btrfs property list [-t <type>] <object>
Lists available properties with their descriptions for the given object.
Code:
:~$ sudo btrfs property list -t[COLOR=#ff0000]s[/COLOR] / ro Set/get read-only flag of subvolume. :~$ sudo btrfs property list -t[COLOR=#ff0000]f[/COLOR] / label Set/get label of device. :~$ sudo btrfs property list -t[COLOR=#ff0000]d [/COLOR]/ label Set/get label of device. :~$ sudo btrfs property list -t[COLOR=#ff0000]i [/COLOR]/ compression Set/get compression for a file or directory :~$ sudo btrfs property list / ro Set/get read-only flag of subvolume. label Set/get label of device. compression Set/get compression for a file or directory


