[partitionmanager] [Bug 487228] KDE shows different filesizes for drive or partition (depending on the software used)

2025-05-19 Thread TraceyC
https://bugs.kde.org/show_bug.cgi?id=487228

TraceyC  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #7 from TraceyC  ---
(In reply to Julius R. from comment #5)

> Bug can be closed, thank you!

I'm glad to hear this has been resolved! I'm closing it as requested.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 487228] KDE shows different filesizes for drive or partition (depending on the software used)

2025-05-19 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487228

--- Comment #6 from Andrius Štikonas  ---
For mounted file systems, KDE Partition Manager uses QStorageInfo:
p.fileSystem().setSectorsUsed( (storage.bytesTotal() - storage.bytesFree()) /
d.logicalSize());

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 487228] KDE shows different filesizes for drive or partition (depending on the software used)

2025-05-19 Thread Julius R.
https://bugs.kde.org/show_bug.cgi?id=487228

--- Comment #5 from Julius R.  ---
Hi Nate,
I have no idea why, but now it works. Maybe someone already commited a fix?

df -hl now reports 
/dev/mapper/data  1,9T  919G  945G  50% /run/media/knecker/E00AA1260AA0FB24

So, 945 GiB available, which is (rounded up) in line with the Dolphin status
bar. Dolphin says:
944,5 GiB available.

System Monitor reports similar:
944,5 GiB available.

Bug can be closed, thank you!

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 487228] KDE shows different filesizes for drive or partition (depending on the software used)

2025-05-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=487228

Nate Graham  changed:

   What|Removed |Added

  Component|general |general
Product|kde |partitionmanager
   Severity|major   |normal
 CC||n...@kde.org
   Assignee|unassigned-b...@kde.org |andr...@stikonas.eu

--- Comment #4 from Nate Graham  ---
Dolphin and System Monitor are basically in sync; any difference is likely due
to rounding. Seems like Partition Manager is the one that's significantly
different.

Does `df -hl` give numbers closer to Dolphin and System Monitor?

-- 
You are receiving this mail because:
You are watching all bug changes.