I want to download 2 GB of stuff on a partition that is brtfs and there is 42 GB of room on it. Is this a bug, or is there something it just does not like about it? Is there a workaround I can use to get it download where I want it. Othere apps use that same space and have no trouble. BTW Kwikdisk reports the 42 free GB so it must be a ktorrent issue. Disupgraded a few hrs ago.
Announcement
Collapse
No announcement yet.
Ktorrent throws up no space error on btrfs patition
Collapse
This topic is closed.
X
X
-
Could be a full metadata condition. These this commands:
sudo btrfs fi sh <your btrfs mount>
sudo btrfs fi df <your btrfs mount>
That will show you the amount of data of and metadata that's there. Running a balance command should free some space.
To free up data chunks - balance command:
btrfs balance start -dusage=55 <your btrfs mount> &
The larger the number, the more balancing will be done.
To free up metadata;
btrfs balance start -m <your btrfs mount>
- Top
- Bottom
Comment