I am using Ubuntu 19.10 and Nautilus ("Files") for file management. I am accustomed to file sizes reported in multiple of 1024. However, Nautilus displays files size in multiple of 1000.
For, example, a file with size of 367,165,440 bytes is displayed as having size 367.2 MB
in Nautilus. However, I want Nautilus to display the size as 350.2 MB
(= 367,165,440 ÷ 1024 ÷ 1024). Is there a hidden option to change the "Units Policy" from 1000 to 1024 in Nautilus?
nemo
for file management, and it also uses 1000 asUnits policy
. Could it be related to Ubuntu itself rather then the file manager ? – pymym213 Jan 19 '20 at 13:39metric system
(calledSI standard
) since Ubuntu 10.10 instead of theIEC standard
wich is base-2 and simply perfect for binary measuring. – pymym213 Jan 19 '20 at 13:46Unit Policy
innemo
by editing it preferences. Hoped it could also change it inNautilus
but it don't. – pymym213 Jan 19 '20 at 14:04Thunar
also works as I expect. But, I am not using it too much. – FedKad Jan 19 '20 at 15:41