💾 Archived View for freeshell.de › tldr › btrfs-property.gmi captured on 2023-07-10 at 14:12:31. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Get, set, or list properties for a given btrfs filesystem object (files, directories, subvolumes, filesystems, or devices).
sudo btrfs property list {path/to/btrfs_object}
sudo btrfs property get {path/to/btrfs_object}
sudo btrfs property get {path/to/btrfs_filesystem} label
sudo btrfs property get -t {subvol|filesystem|inode|device} {path/to/btrfs_filesystem}
sudo btrfs property set {path/to/btrfs_inode} compression {zstd|zlib|lzo|none}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).