Summary: | Have more files than my SSD can handle | ||
---|---|---|---|
Product: | [Applications] filelight | Reporter: | K <kriplok> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | martin.sandsmark, sitter |
Priority: | NOR | ||
Version: | 23.04.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/utilities/filelight/-/commit/f0eced30fa37f04bb0ff45ec8ea75def67606ea5 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Programm result and my actual disk space |
Description
K
2023-08-05 06:20:01 UTC
Can you please check what is causing the huge excess of data in Users/? If we don't find out what type of file is causing this problem we cannot fix it. Yep, no problem. Follow all the way to 500Gb+ file and it's "userdata.img" from the Google Play games application. Here is screenshot - https://drive.google.com/file/d/1OW_nYIAIDNW-V7cKeF6UG9pF5d494M_W/view?usp=sharing I use Google Play games on my laptop sometimes. Download link - https://play.google.com/googleplaygames I hope it helps you fix the problem. Thanks! A possibly relevant merge request was started @ https://invent.kde.org/utilities/filelight/-/merge_requests/92 Git commit 64403badec78455e18cb4c347412fc426341d5bb by Harald Sitter. Committed on 06/08/2023 at 01:42. Pushed by sitter into branch 'master'. windows: get the compressed size for compressed and sparse files the logic size is distinctly not the correct size in these scenarios, in particular a sparse file may be larger than the disk but only be filled to a tiny degree. M +54 -0 autotests/directoryIteratorTest.cpp M +12 -2 src/windowsWalker.cpp https://invent.kde.org/utilities/filelight/-/commit/64403badec78455e18cb4c347412fc426341d5bb Git commit f0eced30fa37f04bb0ff45ec8ea75def67606ea5 by Harald Sitter. Committed on 06/08/2023 at 14:20. Pushed by sitter into branch 'release/23.08'. windows: get the compressed size for compressed and sparse files the logic size is distinctly not the correct size in these scenarios, in particular a sparse file may be larger than the disk but only be filled to a tiny degree. (cherry picked from commit 64403badec78455e18cb4c347412fc426341d5bb) M +54 -0 autotests/directoryIteratorTest.cpp M +12 -2 src/windowsWalker.cpp https://invent.kde.org/utilities/filelight/-/commit/f0eced30fa37f04bb0ff45ec8ea75def67606ea5 |