Bug #2980
differend numbers for free space and disk capacity
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
User Interface
Target version:
-
Start date:
2015-06-29
Due date:
% Done:
0%
Estimated time:
Found in version:
4.1-325
Affected Versions:
Description
My main recording device is shown with this numbers, using the command 'df -h':
/dev/sda2 219G 102G 107G 49% /video2
nearly the same numbers (rounded) within KODI.
But the Web-Interface shows me:
Speicherplatz: 113GB/235GB
Files
History
Updated by Jaroslav Kysela over 9 years ago
man df
Display values are in units of the first available SIZE from --block-size, and the DF_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables. Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set). SIZE is an integer and optional unit (example: 10M is 10*1024*1024). Units are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).
TVH uses power of 1000.
Also note the difference: G and GB ..