linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SI units
@ 2010-11-18 13:13 Helmut Hullen
  2010-11-18 13:26 ` Hugo Mills
  0 siblings, 1 reply; 5+ messages in thread
From: Helmut Hullen @ 2010-11-18 13:13 UTC (permalink / raw)
  To: linux-btrfs

Hallo, linux-btrfs,

when I invoke

        btrfs filesystem show

then it shows the size of my Terabyte disks in TiByte but tells "TB".  
It's a difference of about 10% - either there should be a switch like in  
"df" (option -H or --si), or "TB" should be changed to "TiB" (the same  
with GiB, MiB etc.)

Viele Gruesse!
Helmut

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SI units
  2010-11-18 13:13 SI units Helmut Hullen
@ 2010-11-18 13:26 ` Hugo Mills
  2010-11-18 13:53   ` Helmut Hullen
  0 siblings, 1 reply; 5+ messages in thread
From: Hugo Mills @ 2010-11-18 13:26 UTC (permalink / raw)
  To: helmut; +Cc: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 733 bytes --]

On Thu, Nov 18, 2010 at 02:13:00PM +0100, Helmut Hullen wrote:
> when I invoke
> 
>         btrfs filesystem show
> 
> then it shows the size of my Terabyte disks in TiByte but tells "TB".  
> It's a difference of about 10% - either there should be a switch like in  
> "df" (option -H or --si), or "TB" should be changed to "TiB" (the same  
> with GiB, MiB etc.)

   I posted patches[1] to do just that, a few weeks ago.

   Hugo.

[1] http://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg06517.html

-- 
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
  PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
     --- "I am the author. You are the audience. I outrank you!" ---     

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SI units
  2010-11-18 13:26 ` Hugo Mills
@ 2010-11-18 13:53   ` Helmut Hullen
  2010-11-18 14:00     ` Hugo Mills
  0 siblings, 1 reply; 5+ messages in thread
From: Helmut Hullen @ 2010-11-18 13:53 UTC (permalink / raw)
  To: linux-btrfs

Hallo, Hugo,

Du meintest am 18.11.10:

>> when I invoke
>>
>>         btrfs filesystem show
>>
>> then it shows the size of my Terabyte disks in TiByte but tells
>> "TB". It's a difference of about 10% - either there should be a
>> switch like in "df" (option -H or --si), or "TB" should be changed
>> to "TiB" (the same with GiB, MiB etc.)

>    I posted patches[1] to do just that, a few weeks ago.

I've just compiled btrfs from git (20101117) - at least this patch isn't  
included.

  git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git

as recommended in

  https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories

Do I use an antique version?

Viele Gruesse!
Helmut

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SI units
  2010-11-18 13:53   ` Helmut Hullen
@ 2010-11-18 14:00     ` Hugo Mills
  2010-11-18 14:41       ` Helmut Hullen
  0 siblings, 1 reply; 5+ messages in thread
From: Hugo Mills @ 2010-11-18 14:00 UTC (permalink / raw)
  To: helmut; +Cc: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]

On Thu, Nov 18, 2010 at 02:53:00PM +0100, Helmut Hullen wrote:
> Du meintest am 18.11.10:
> 
> >> when I invoke
> >>
> >>         btrfs filesystem show
> >>
> >> then it shows the size of my Terabyte disks in TiByte but tells
> >> "TB". It's a difference of about 10% - either there should be a
> >> switch like in "df" (option -H or --si), or "TB" should be changed
> >> to "TiB" (the same with GiB, MiB etc.)
> 
> >    I posted patches[1] to do just that, a few weeks ago.
> 
> I've just compiled btrfs from git (20101117) - at least this patch isn't  
> included.
> 
>   git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git
> 
> as recommended in
> 
>   https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories
> 
> Do I use an antique version?

   No, that's the latest version, as far as I know. The patches
haven't been picked up and integrated by Chris yet. (In fact, I should
probably send them again).

   In the meantime, I'm afraid you'll have to apply the patches
manually.

   Hugo.

-- 
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
  PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
    --- Questions are a burden, and answers a prison for oneself. ---    

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SI units
  2010-11-18 14:00     ` Hugo Mills
@ 2010-11-18 14:41       ` Helmut Hullen
  0 siblings, 0 replies; 5+ messages in thread
From: Helmut Hullen @ 2010-11-18 14:41 UTC (permalink / raw)
  To: linux-btrfs

Hallo, Hugo,

Du meintest am 18.11.10:

>>>    I posted patches[1] to do just that, a few weeks ago.

[...]

>> Do I use an antique version?

>    No, that's the latest version, as far as I know. The patches
> haven't been picked up and integrated by Chris yet. (In fact, I
> should probably send them again).

Ok - then all is right on my machine ...

>    In the meantime, I'm afraid you'll have to apply the patches
> manually.

I'll wait some days (or weeks) and hope for integration. That's fast  
enough ...

Viele Gruesse!
Helmut

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-18 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 13:13 SI units Helmut Hullen
2010-11-18 13:26 ` Hugo Mills
2010-11-18 13:53   ` Helmut Hullen
2010-11-18 14:00     ` Hugo Mills
2010-11-18 14:41       ` Helmut Hullen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).