You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QDirStat sometimes reports a different total size than shell commands like du ("disk usage") or df ("disk free"), even when running QDirStat with full root permissions:
% sudo du -hsx /
9,4G /
% df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/sdc2 30G 9,5G 19G 34% /
% sudo qdirstat /
It's even different from its own "Filesystems" window:
theofficialgman, ducphanduyagentp, PierrePetit and stdedosstdedos