I'm in front of a strange problem on my Mageia5. I have a SSD btrfs partition mount as / which is 28% occupied. After a while system complain the disk is full. I can not figure out what's happening.
# df /
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sdd2 49G 14G 0 100% /
As you can see df output seems not coherent, with a partition size of 49G, only 14G occupied and a result of 0 available.
# btrfs fi usage /
Overall:
Device size: 48.83GiB
Device allocated: 48.83GiB
Device unallocated: 0.00B
Device missing: 0.00B
Used: 13.71GiB
Free (estimated): 34.90GiB (min: 34.90GiB)
Data ratio: 1.00
Metadata ratio: 1.00
Global reserve: 208.00MiB (used: 0.00B)
Data,single: Size:48.01GiB, Used:13.10GiB
/dev/sdd2 48.01GiB
Metadata,single: Size:835.00MiB, Used:623.83MiB
/dev/sdd2 835.00MiB
System,single: Size:4.00MiB, Used:16.00KiB
/dev/sdd2 4.00MiB
Unallocated:
/dev/sdd2 0.00B
It looks it's not the classical trouble of reserved space as only 208MiB are blocked.
# btrfs filesystem show /
Label: none uuid: a0502927-c276-455e-934a-7688108e9093
Total devices 1 FS bytes used 13.71GiB
devid 1 size 48.83GiB used 48.83GiB path /dev/sdd2
# du -sx /
14G /
Any ideas?