this post was submitted on 19 Sep 2025
17 points (100.0% liked)
Linux Questions
3972 readers
16 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Since BTRFS can share blocks between snapshots, which can straight up exist within the file tree, and is also able to de-duplicate files, you can theoretically use more space than there exists on the drive.
Like the other commenter said, it's easier to look at how many unallocated blocks the volume has.
Also, as they warn, BAD THINGS HAPPEN WHEN A BTRFS VOLUME FILLS UP. It doesn't just refuse to write. It will straight up break and stop working, requiring really tedius fixes to free up space.