Dear btrfs experts,
Could you please help me sort out the following situation:
btrfs df reports my 100Gb device is almost out of space (which agrees with the results produced by the standard "df"):
root@next:/home/support# btrfs fi df /
Data, single: total=82.00GiB, used=78.23GiB
System, DUP: total=32.00MiB, used=16.00KiB
Metadata, DUP: total=1.00GiB, used=153.70MiB
GlobalReserve, single: total=68.45MiB, used=0.00B
root@next:/home/support# df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 96G 79G 16G 84% /
However when I try to locate files to delete with du that's what I get:
root@next:/home/support# du -hd1 /70M /boot0 /dev2.2G
/.snapshots14M /bin4.5M
/etc2.5M
/home348M /lib4.0K
/lib640 /media0 /mnt0 /opt0 /proc40K /root2.7M
/run12M /sbin0 /srv0 /sys0 /tmp566M /usr5.0G
/var29G /next38G /
I.e. almost 40Gb just gone somewhere. Am I
doing something wrong? Is there a problem or a piece of theory
I'm missing? Kindly advice.
+++++++++++++++++++++++++++++++++++++root@next:~# uname -aLinux next 5.10.0-28-amd64 #1 SMP Debian 5.10.209-2
(2024-01-31) x86_64 GNU/Linuxroot@next:~# btrfs --versionbtrfs-progs v5.10.1root@next:~# btrfs fi showLabel: 'NEXT_ROOTFS' uuid:
abc71bdb-c570-461d-a28a-54294a646089 Total devices 1 FS bytes used 78.37GiB devid 1 size 95.46GiB used 84.06GiB
path /dev/sda3root@next:~# btrfs fi df /Data,
single: total=82.00GiB, used=78.22GiBSystem,
DUP: total=32.00MiB, used=16.00KiBMetadata,
DUP: total=1.00GiB, used=153.64MiBGlobalReserve,
single: total=68.45MiB, used=0.00B