Is "Disk Usage" also counting mounted (network) drives?
Solved
Support
-
wrote 11 days ago last edited by joseph 10 days ago
Hi,
Disk usage for me show have quite a lot of used space for "Everything else" 75GB+ - seems implausible big to for my actual usage.
Does this also count files on mounted network drives?
Thx
-
-
@perelin the docker usage is reported searately (the second line in your screenshot). It's around 20GB. This seems reasonable. The graphs numbers from du are not accurate when it comes to docker . You have to use
docker system df
.Looks like the space is being used somewhere else. Did you happen to use another backup location previously ? I guess the only way to find out is to run du on each folder starting from root
-