minus-squareCondorWonder@lemmy.catoLinux@lemmy.ml•[Solved] How can I free space in BTRFS?linkfedilinkarrow-up4·7 days agoThis sounds like you’ll need to do a balance operation. Try this first and see if it helps: btrfs balance start -dusage=0 -musage=0 / If not you can increase the number to 5 or 10. This operation reallocates chunks on the disk and ensures they’re filled - check https://btrfs.readthedocs.io/en/latest/Balance.html for details. linkfedilink
This sounds like you’ll need to do a balance operation. Try this first and see if it helps:
btrfs balance start -dusage=0 -musage=0 /
If not you can increase the number to 5 or 10. This operation reallocates chunks on the disk and ensures they’re filled - check https://btrfs.readthedocs.io/en/latest/Balance.html for details.