Hi,
Please, can you tell me when I issue df -k in unix I get "53 % used",
but NPM shows 50% used ?
Thanks
This is because NPM is calculating disk space as decimal (1000X) while the system calculates it as binary (1024X). There is a feature request now to allow for binary or decimal. This has been correcteed in NPM v10.0.
This feature will appear in new NPM releases ?
Thanks.
I will have to let PM answer for the overall plan but be aware that we cannot promise features here.
Andy,
It was reported in this thread that NPM was changed to show 1024 data:
Can you confirm?