help-gnu-utils
[Top][All Lists]
Advanced

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

Re: dd in loop doesn't transfer full blocks


From: Paul Jarc
Subject: Re: dd in loop doesn't transfer full blocks
Date: Thu, 09 Dec 2010 23:24:28 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

jim <gana1nm@hotmail.com> wrote:
> The problem is that dd never transfers a full block; $BS is about
> 400000, and each time through
> the loop, dd only transfers about 73xxx bytes, and sometimes less.
> This suggests [??] that the finite size of the pipe buffer is somehow
> involved

You can set ibs and obs independently for dd.  So ibs can remain the
same size, and obs can be 4096.


paul



reply via email to

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