On Wed, Jun 07, 2000 at 17:08 -0400, Mikhail Teterin wrote:
> 
> My command line is:
>       ssh -o'Compression no' -e none -c blowfish <server> \
>               dd ibs=1 count=<size> of=/dev/null < /kernel.GENERIC

Look at what you do here:  You shuffle *many* tiny packets around
each of them being *one* byte long.  This will result in a _very_
tight loop eating time without any making sense.

How about doing this with _one_ block of the size you want?  I.e.
what stops you from swapping the count and bs parameters?


virtually yours   82D1 9B9C 01DC 4FB4 D7B4  61BE 3F49 4F77 72DE DA76
Gerhard Sittig   true | mail -s "get gpg key" [EMAIL PROTECTED]
-- 
     If you don't understand or are scared by any of the above
             ask your parents or an adult to help you.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to