TIL about bdtu: is a sampling disk usage profiler for btrfs. It works by randomly looking at data points on disk and figuring out to which file the data belongs. By repeating this over and over again, it gradually builds an accurate representation of disk usage (like du or ncdu).

Pretty neat!

https://github.com/CyberShadow/btdu

GitHub - CyberShadow/btdu: sampling disk usage profiler for btrfs

sampling disk usage profiler for btrfs. Contribute to CyberShadow/btdu development by creating an account on GitHub.

GitHub