I prefer to look at the Unallocated size in btrfs filesystem usage for an estimate of how much I can still write.
Just make sure that never gets too low. Once btrfs can't write a dirty metadata or system chunk, bad things will happen.
Linux questions Rules (in addition of the Lemmy.zip rules)
Tips for giving and receiving help
Any rule violations will result in disciplinary actions
I prefer to look at the Unallocated size in btrfs filesystem usage for an estimate of how much I can still write.
Just make sure that never gets too low. Once btrfs can't write a dirty metadata or system chunk, bad things will happen.
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.