Forrest logo
back to context overview

btrfs-property

List of commands for btrfs-property:

  • btrfs-property:tldr:219d6 btrfs-property: Get all object type-specific properties for the given btrfs filesystem or device.
    $ sudo btrfs property get -t ${select} ${path-to-btrfs_filesystem}
    try on your machine
    explain this command
  • btrfs-property:tldr:32cc5 btrfs-property: Get the `label` property for the given btrfs filesystem or device.
    $ sudo btrfs property get ${path-to-btrfs_filesystem} label
    try on your machine
    explain this command
  • btrfs-property:tldr:3c5f6 btrfs-property: Set the `compression` property for a given btrfs inode (either a file or directory).
    $ sudo btrfs property set ${path-to-btrfs_inode} compression ${select}
    try on your machine
    explain this command
  • btrfs-property:tldr:b2f80 btrfs-property: Get all properties for the given btrfs object.
    $ sudo btrfs property get ${path-to-btrfs_object}
    try on your machine
    explain this command
  • btrfs-property:tldr:f75e7 btrfs-property: List available properties (and descriptions) for the given btrfs object.
    $ sudo btrfs property list ${path-to-btrfs_object}
    try on your machine
    explain this command
back to context overview