Run it uncompressed first and then compress it after you have acquired the image - if you so desire.<br><br>In general, imaging is slow.&nbsp; Maximum you will get about 4GB/s with hardware dedicated for the task.&nbsp; That&#39;s drive to drive using a SATA connection.&nbsp; Real world numbers are about 5 hours to image a 500GB drive.<br>
<br>Over a network, it&#39;s going to take a much longer time.&nbsp; First, as I said before - don&#39;t do compression on the fly - do it post capture if you want.&nbsp; Second, what is your network speed?&nbsp; Are you at 100 or 1000 Mb/s?&nbsp; Third, what is your capture device?&nbsp; A single drive, a raid array, something else?&nbsp; How fast is the capture device?&nbsp; Fourth, check your system logs.&nbsp; Is your device giving any errors?&nbsp; How about your network interface - is that giving errors?<br>
<br>&nbsp;Brad<br><br><div class="gmail_quote">On Mon, Nov 3, 2008 at 12:43 PM, Eric Benoit <span dir="ltr">&lt;<a href="mailto:eric@bootz.us">eric@bootz.us</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
*I&#39;m trying to image a ssd drive across the network to my hard drive, I used the directions below and everything is working fine, however it is slow as time next to a blackhole ;)<br>
<br>
does anyone know a way I could speed things up a bit or byte?<br>
<br>
<br>
based on the following instructions:<br>
*<br>
<br>
This method uses dd and nc provided by the Debian Installer and another computer located on your local network:<br>
<br>
 &nbsp; * First, boot the debian installer on your USB disk<br>
 &nbsp; * Then be sure to activate network and configure it, same thing for<br>
 &nbsp; &nbsp; the disk (Do not partition it)<br>
 &nbsp; * Open a console shell (Alt+F2 or from the Debian Installer menu)<br>
 &nbsp; * On the backup computer:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; o get its IP adress (ifconfig)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; o start a listening nc session on port 9000:<br>
<br>
nc -l -p 9000 | gzip -1 -c &gt; ./eeepc.img.gz<br>
<br>
 &nbsp; * With netcat-openbsd installed this line should read<br>
<br>
nc -l 9000 | gzip -1 -c &gt; ./eeepc.img.gz<br>
<br>
 &nbsp; * On the EeePC shell:<br>
<br>
dd if=/dev/sda | nc -w 5 computer_ip_adress 9000<br>
<br>
Wait some minutes (about 35)... and you get a eeepc.img.gz with about 900Mb<br>
<br>
from the website:<br>
*<br>
<a href="http://tinyurl.com/5hozkf" target="_blank">http://tinyurl.com/5hozkf</a><br>
<br>
<br>
Thank you,<br>
Eric<br>
*<br>
_______________________________________________<br>
nflug mailing list<br>
<a href="mailto:nflug@nflug.org" target="_blank">nflug@nflug.org</a><br>
<a href="http://www.nflug.org/mailman/listinfo/nflug" target="_blank">http://www.nflug.org/mailman/listinfo/nflug</a><br>
</blockquote></div><br>