Last active
August 26, 2025 20:47
-
-
Save danielvartan/dcfbacc265d049ea336fde81a0164737 to your computer and use it in GitHub Desktop.
How to Check File Usage on BTRFS Systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df -h | |
sudo btrfs filesystem df / | |
sudo btrfs filesystem usage / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment