On Thursday 11 January 2007 17:26, James D. Parra wrote:
> Thanks guys. Unfortunately, I am trying to wrap my noodle around the math
> logic here.
>
> bs=2m count=2k
>
> (1024*1204*1024) is 1073741824, but that isn't right?  What am I
> overlooking?
>
> Much obliged.
>
> ~James

bs=2M is (1024*1024*2) = 2,097,152
count=2k is 2000
therefor 2000 * 2,097,152 = 4,194,304,000 or more like 4GB.

Either halve the bs or count and you'll be around 2GB. Either 2,000 1M 
blocks or 1,000 2M blocks.

Stan
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to