I am facing No space left
on BTRFS.
What I already tried myself:
- After remount RW:
btrfs filesystem resize max /mnt/hdd
- I ran balance (for weeks ;-) ) with different parameters
btrfs balance start /mnt/hdd -dlimit=<param>
Nothing did help. What can I do more?
So what i am facing is (Ubuntu 18.04.1 LTS):
BTRFS: error (device sda) in __btrfs_inc_extent_ref:2268: errno=-28 No space left
BTRFS info (device sda): forced readonly
However there is plenty of space:
$ sudo btrfs fi show /mnt/hdd
Label: none uuid: 262a8d86-279a-4f6b-8968-32e200c32255
Total devices 1 FS bytes used 1.68TiB
devid 1 size 7.28TiB used 1.70TiB path /dev/sda
However, this command is reporting the Data part is running out of space?
$ btrfs fi df /mnt/hdd
Data, single: total=1.47TiB, used=1.46TiB
System, single: total=4.00MiB, used=224.00KiB
Metadata, single: total=236.01GiB, used=222.76GiB
GlobalReserve, single: total=512.00MiB, used=495.75MiB
Also:
$ sudo btrfs fi usage /mnt/hdd
Overall:
Device size: 7.28TiB
Device allocated: 1.70TiB
Device unallocated: 5.58TiB
Device missing: 0.00B
Used: 1.68TiB
Free (estimated): 5.58TiB (min: 5.58TiB)
Data ratio: 1.00
Metadata ratio: 1.00
Global reserve: 512.00MiB (used: 495.75MiB)
Data,single: Size:1.47TiB, Used:1.46TiB
/dev/sda 1.47TiB
Metadata,single: Size:236.01GiB, Used:222.76GiB
/dev/sda 236.01GiB
System,single: Size:4.00MiB, Used:224.00KiB
/dev/sda 4.00MiB
Unallocated:
/dev/sda 5.58TiB