I have 87.2 GB left as shown by PCMANFM, but Nautilus shows only 81.3 GB, why is that, i've been using SHIFT+DEL to remove files so, i don't know why is this happening.
Asked
Active
Viewed 749 times
1 Answers
14
By the looks of it, Nautilus is reporting GiB ( = 1 073 741 824 bytes) and PCMANFM is reporting GB ( = 10^9 bytes).
In other words:
81.3 GiB = 81.3 * 1 073 741 824 bytes = 87.2952103 × 10^9 bytes = 87.2 GB

Ward Muylaert
- 3,882
-
1Ubuntu 11.04 will be using GiBs and MiBs. It is one of the features of the new version. It's something that OS/X had for the last few years. – user4124 Feb 02 '11 at 02:04
-
does it make any difference? to use GiB and GB? – Uri Herrera Feb 02 '11 at 04:37
-
@user4124, no Ubuntu will be using SI-units; kB, MB, GB etc. https://wiki.ubuntu.com/UnitsPolicy – geirha Feb 02 '11 at 08:21
-
2Just a matter of what standard you use, as long as you know what is being used. Computer scientist will most likely tend to work with GiB, while (for example) hardware vendors will more likely use GB because the bigger numbers make their HDD appear to have more space. – Ward Muylaert Feb 02 '11 at 08:23
-
1I've written a bit about how the difference comes about at Meaning of “i” in “MiB”? - may be helpful. – Stefano Palazzo Feb 04 '11 at 02:35