Forrest logo
back to context overview

btrfs

List of commands for btrfs:

  • btrfs:tldr:3a364 btrfs: Show space usage information.
    $ sudo btrfs filesystem df ${path-to-mount_point}
    try on your machine
    explain this command
  • btrfs:tldr:4bb21 btrfs: Enable quota.
    $ sudo btrfs quota enable ${path-to-subvolume}
    try on your machine
    explain this command
  • btrfs:tldr:c2469 btrfs: Show quota.
    $ sudo btrfs qgroup show ${path-to-subvolume}
    try on your machine
    explain this command
back to context overview