When i select some directories, click with right button of mouse and select properties new windows appear and start to calculate size. At some time calculated size exceed actual size of the filesystem which is shown below . Reproducible: Always Steps to Reproduce: 1.start dolphin, go to root , select some folders(without /home in my tries) 2. right click with mouse, select properties 3. wait for dialog to calculate size Actual Results: calculate size bigger than file system size Expected Results: must calculate smaller than file system size
Created attachment 94789 [details] calculated size is bigger than file system size
Thanks for the bug report, I can reproduce the problem here. /proc has 128 TiB ;) I'll reassign it to KIO, because all the code for the size calculation is there.
du /proc 0 /proc/
*** Bug 364249 has been marked as a duplicate of this bug. ***
*** Bug 428142 has been marked as a duplicate of this bug. ***
*** Bug 429781 has been marked as a duplicate of this bug. ***
Looks a bit like 128 TiB is used as starting value when the size is calculated.
Duplicate, really. Annoying. *** This bug has been marked as a duplicate of bug 423057 ***
Hm, usually I'd expect the oldest bug to be the original one (in this case it seems https://bugs.kde.org/show_bug.cgi?id=298133 is the one) and then all newer bugs to be marked as duplicates of that one. Is there a reason not to handle it this way here?
(In reply to Claudius Ellsel from comment #9) > Hm, usually I'd expect the oldest bug to be the original one (in this case > it seems https://bugs.kde.org/show_bug.cgi?id=298133 is the one) and then > all newer bugs to be marked as duplicates of that one. Is there a reason not > to handle it this way here? Right. *** This bug has been marked as a duplicate of bug 298133 ***
Thanks btw. for finding the duplicates and triaging them!