Dan Nelson <dnel...@allantgroup.com> wrote:

> dd with a bs= option tells dd to use read() syscalls with a 10mb
> size, but ssh is going to feed it data in much smaller chunks ...
> Try using a smaller blocksize (8k or 4k), or use a buffering
> program like ports/misc/team or misc/buffer just in front of your
> dd command, so that dd always sees block-sized writes from its
> stdin stream.

or specify something along the lines of "obs=126b" instead of "bs=",
so that dd will reblock the data itself.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to