bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18119: df --si misleading output units


From: Bob Proulx
Subject: bug#18119: df --si misleading output units
Date: Sun, 3 Aug 2014 15:19:16 -0600
User-agent: Mutt/1.5.23 (2014-03-12)

Kernc wrote:
> By example,
> 
> $ df --human-readable /dev/sdb2
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/sdb2        82G   66G   12G  86% /home
> $ df --si /dev/sdb2
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/sdb2        88G   71G   13G  86% /home
> 
> In both cases, the output unit presented is G(iB) whereas a
> power-of-1000 unit (GB) was requested in the latter invocation.

Saying "G" does not specify either GiB nor GB.  It specifies the
magnitude in the unit requested.  Saying that it specifies GiB in both
cases is incorrect.

If SI powers of ten units were requested then that is emitted.  If
human readable powers of two units were requested then that is
emitted.

Bob





reply via email to

[Prev in Thread] Current Thread [Next in Thread]