Date: Thu, 8 Jun 2000 19:46:15 +0200 From: Gerhard Sittig <Gerhard.Sittig@gmx.net> To: stable@freebsd.org Subject: Re: changes in dd? Message-ID: <20000608194615.N9883@speedy.gsinet> In-Reply-To: <200006072108.RAA94211@misha.privatelabs.com>; from mi@privatelabs.com on Wed, Jun 07, 2000 at 05:08:44PM -0400 References: <200006072108.RAA94211@misha.privatelabs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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" Gerhard.Sittig@gmx.net -- 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 majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000608194615.N9883>