PDA

View Full Version : how many hours does it take to copy HR10's 750GB drive to another 750GB?(82 HD hours)


Leila
01-07-2007, 03:06 PM
I think my my 2-month-old 750gb drive is about to fail... it's making a strange
high-pitch screeching noise. I have already ordered another 750gb and it will
be here in a few days.

There are currently 82 hours(give or take a few) of HD stuff on this HR10 right
now. How many hours will it take for me to copy the entire contents to the new
750GB drive? Any estimates?

Also, is it normal to have a Seagate 750gb drive go bad in just two months?

Thanks!

JimSpence
01-07-2007, 03:39 PM
I think the Seagate should still be under warranty. As for the time to transfer, it will depend on the data transfer rate.

bpratt
01-07-2007, 04:05 PM
Seagate drives are normally very reliable, but it is possible to get a lemon. I would guess your copy will run 24 hours or more for that much data.

litzdog911
01-07-2007, 10:57 PM
It really depends on your PC and its IDE interface capabilities. One older PC that I tried copying/preserving my recordings from the original 250GB to an upgraded 400GB drive would have taken about 4 days. I wasn't willing to wait that long, so tried a newer PC, then it only took a few hours.

rminsk
01-08-2007, 02:23 AM
Make sure that you put the two drives on different IDE channels when you make the copy. Try to delete as much of the programming off of the old drive before you make the copy unless you plan to use dd to make the copy and not the mfstools.

SevronD
01-08-2007, 02:52 AM
FWIW: I used 'dd' from linux and my 250GB drive took about 5.5 hours. The transfer rate was about 13.6Mbytes / second.

So, a 750GB drive at this same speed should take about 16.5 hours(!).

I tried various block size settings and ended up choosing about 1MByte per block but other settings seemed to run at the same speed.

If you use the mfstools and don't save the programs it will be *much* faster.

thepackfan
01-08-2007, 10:18 AM
I just want to restate what rminsk said Separate IDE Chains.

jor-el
01-08-2007, 04:48 PM
my recollection was that on an athlon64-3500 and DMA turned on, it was only 2 hours for a 250. But lose DMA, and it's an eternity. Using mfstools and its nice status updates.

Nomarian
01-08-2007, 05:35 PM
I concur. Make sure that DMA is turned ON for each drive.

rminsk
01-08-2007, 07:06 PM
BTW, DMA mode can be checked and set with "hdparm"

DrBunsen
01-08-2007, 07:19 PM
Yes, using different channels is important, but I concur about checking DMA. I'd rather use DMA on a single IDE channel than PIO on different channels.

If the Linux boot disk you use can't recognize the chipset on your PC then it'll revert to PIO instead of the much faster DMA. I kept some older PCs around that the PVT and Tiger tools disks recognize. Using my 3GHz P4 PC (with a Soyo motherboard) a copy of the 250GB drive would take way more than a day, but on the old Dells (866MHz) it only took (if I recall correctly) about 5 hours.

kroddy
01-08-2007, 09:59 PM
On seperate channels with DMA enabled on both drives it took me ~2.5 hours to copy my "full" original 250GB drive to my 750 - the previous week I had upgraded my RCA using and it took almost twelve hours to copy the 40GB on the same machine with both drives on the same channel without enabling DMA - so, multiplying those figures out, if you do it right, maybe about 7.5 hours, get it wrong and it could take more than a week !!!

rmcelwee
01-16-2007, 09:41 AM
Can someone give me a command line for running dd for a backup like this (entire drive copy). Right now I am using:
dd if=/dev/hdb of=/dev/hdc bs=8M progress=1

and it is taking an eternity to copy one 320GB drive to another 320GB drive. I'm sure it is because I don't have DMA turned on but I am unsure of how to turn it on.