<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>Right now we're using the cpio &nbsp;to copy the data. &nbsp;If there is a faster option I'm open to at least try it.<div><br></div><div>Thanks to everyone for your suggestions, I'll take any advice I can get.</div><div>&nbsp;<br>----- Original Message -----<br>From: "Greg Freemyer" &lt;greg.freemyer@gmail.com&gt;<br>To: "Atlanta Linux Enthusiasts - Yes! We run Linux!" &lt;ale@ale.org&gt;<br>Sent: Thursday, October 29, 2009 5:45:49 PM GMT -05:00 US/Canada Eastern<br>Subject: Re: [ale] Disk IO Question<br><br>On Thu, Oct 29, 2009 at 4:49 PM, &nbsp;&lt;mmillard1@comcast.net&gt; wrote:<br>&gt; I have a Suse OES server running on an&nbsp;IBM 346with 2 gig of RAM.&nbsp;&nbsp;I've<br>&gt; installed two Addonics Multilane SATA cards connect with Multilane cables<br>&gt; to&nbsp;external SATA&nbsp;enclosures housing 4 WD Caviar&nbsp;Green 1.5 TB Drives.<br>&gt;<br>&gt;<br>&gt;<br>&gt; I have about 1.8 TB of Data on one Enclosure which changes daily.&nbsp; My plan<br>&gt; was to copy the 1.8 TB to the second enclosure daily and send the drives in<br>&gt; that unit off site.<br><br>How are you copying? &nbsp;dd, rsync, cp --archive, etc.<br><br>&gt; My expectation was that by having 4 independant SATA paths per unit<br>&gt; &nbsp;would&nbsp;give me&nbsp;substantial performance when moving data between these units.<br><br>I agree.<br><br>&gt; I'm seeing a constant speed of about 60 gig per hour.&nbsp; This is much slower<br>&gt; than I expected.&nbsp; Have any of you done anything like this?&nbsp;Is this the kind<br>&gt; of performance I should expect?&nbsp;&nbsp;Hopefull some of&nbsp;you bright people can<br>&gt; share some wisdom with me.<br><br>60 GB per hour may or may not be slow. &nbsp;If the files are very small, I<br>find 100K files / hr to be a limiting factor in some cases.<br><br>I also do a lot of "dd if=/dev/sdb of=/dev/sdc bs=4k<br>conv=noerror,sync" copying of filesystems. &nbsp;I see speeds of 250GB/hr<br>even with just drive to drive transfers. &nbsp;You raid array should be<br>much faster.<br><br>So if you can unmount your primary drive every night, you should be<br>able to make a dd copy every night. &nbsp;I have one vendor that is telling<br>me they are moving data around at 1TB/hr. &nbsp;(I'm not sure how true that<br>is.)<br><br>Greg<br><br>_______________________________________________<br>Ale mailing list<br>Ale@ale.org<br>http://mail.ale.org/mailman/listinfo/ale<br>See JOBS, ANNOUNCE and SCHOOLS lists at<br>http://mail.ale.org/mailman/listinfo<br></div></div></body></html>