Re: patch for sd.c: fix MB vs. GB

C S Hendrix (shendrix@escape.widomaker.com)
Mon, 28 Dec 1998 19:03:34 -0500


In message <Pine.LNX.3.95.981228174336.233A-100000@chaos.analogic.com>, "Richar
d B. Johnson" writes:

> Trick question; "Is this correct?"
>
> N / 1024 = kilobytes
> N / (1024 * 1024) = megabytes
> N / (1024 * 1024 * 1024) = gigabytes

Yes... very good math.

Is it acceptable? Depends on your POV.

> 18 * 160 * 512 = 1,474,560
> / 1024 = 1,440
> / 1024 - 1.40625
>
> It looks to me as though the world has been dividing megabytes by 1,000
> to get gigabytes all along.

Really? I thought a meg / 1000 would give a kilo... :)

--
Shannon - shendrix@widomaker.com - www.widomaker.com - Will Hack 4 F00D
----------------------------------------------------------------------
"When you say 'I wrote a program that crashed Windows', people just
stare at you blankly and say 'Hey, I got those with the system,
*for free*'." -- Linus Torvalds

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/