-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The displayed unit in the webinterface for drive capacity is wrong. It displays base 1000 units (GB) although the calculated size is base 1024.
It's the same issue with Windows, which also calculates with base 1042, but uses base 1000 units.
So, scrutiny calculates with base 1024, but does not use base 1042 units, which should be f.ex. Gibibyte (GiB).
Expected behavior
Either
a) calculate with base 1000 and display base 1000 (500 GB)
b) calculate with base 1024 and display base 1024 (465 GiB)
Preferably, let the user decide in the settings.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working