diff --git a/local-btrfs.adoc b/local-btrfs.adoc index d7a94f7..f68e30d 100644 --- a/local-btrfs.adoc +++ b/local-btrfs.adoc @@ -214,3 +214,13 @@ UUID= / btrfs defaults,compress=zstd 0 1 ---- This change will take effect after rebooting. + +Checking Space Usage +^^^^^^^^^^^^^^^^^^^^ + +The classic `df` tool may output confusing values for some btrfs setups. +For a better estimate use the `btrfs filesystem usage /PATH` command, for example: + +---- +# btrfs fi usage /my-storage +----