After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 71003 - file size units should use SI binary standard
file size units should use SI binary standard
Status: RESOLVED DUPLICATE of bug 127175
Product: gnome-vfs
Classification: Deprecated
Component: File operations
unspecified
Other FreeBSD
: Normal minor
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2002-02-09 06:22 UTC by Mikel Ward
Modified: 2008-09-26 15:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mikel Ward 2002-02-09 06:22:12 UTC
When I view my home directory in Nautilus, file sizes are shown as
"59.9 K".

Use of "K" as a unit is falling out of common use; recent best practise
suggests this should be "59.9 KB".  Unfortunately, both previous and recent
practise are ambiguous as to whether this means 59.9 x 1000 bytes or 59.9 x
1024 bytes (it should, in fact mean 59.9 x 1000 bytes).

A standard was recently constructed that avoids this confusion.  It can be
seen here:
http://physics.nist.gov/cuu/Units/binary.html

It would suggest KiB, MiB, and so on where 1024 bytes, 1048576 bytes, and
so on are intended.

Replace occurences of K, MB, GB, and so on with KiB, MiB, GiB where
appropriate (presumably everywhere, unless referring to 1000 bytes, 1000000
bytes, and so on).
Comment 1 Darin Adler 2002-02-09 07:28:13 UTC
This is a good suggestion.

The SI binary standard is a nice solution to a thorny problem. I
first learned about it last year when I was looking into this issue.

However, it's not urgent to change this.

Further, the code to format file sizes is in gnome-vfs.
Comment 2 Luis Villa 2002-02-11 03:20:55 UTC
Agree that this is minor. I'm not the most knowledgeable guy in the
world, but I've never heard of this before, nor have I ever seen any
app (Windows, Mac, or Linux) that used it. So saying that traditional
standards are 'falling out of use' may be a bit inaccurate yet.
Comment 3 alexander.winston 2004-02-20 17:29:22 UTC

*** This bug has been marked as a duplicate of 127175 ***