I'm trying to replace the two drives on my Tivo Series 2 with new drives. The old drives work fine but they're going on 4 years, so I want to swap in new drives, before things go south.
The old drives are WD1600JB (160GB) and WD2500JB (250GB).
The new drives are WD1600AAJB and WD2500JB.
Everything I find on WD website indicate the drive geometry is the same (between drives of same size).
I boot up and the old drive comes up as hdc and new as hdd
I issue these commands:
hdparm -d1 /dev/hdc
hdparm -d1 /dev/hdd
dd if=/dev/hdc of=/dev/hdd bs=1024k
The HD LED comes on for about 90 mins, then goes out. No report back from dd and no command prompt either.
Am I doing something wrong? Missing a command? Is there a better way to clone from old drive to new?
Thanks!
The old drives are WD1600JB (160GB) and WD2500JB (250GB).
The new drives are WD1600AAJB and WD2500JB.
Everything I find on WD website indicate the drive geometry is the same (between drives of same size).
I boot up and the old drive comes up as hdc and new as hdd
I issue these commands:
hdparm -d1 /dev/hdc
hdparm -d1 /dev/hdd
dd if=/dev/hdc of=/dev/hdd bs=1024k
The HD LED comes on for about 90 mins, then goes out. No report back from dd and no command prompt either.
Am I doing something wrong? Missing a command? Is there a better way to clone from old drive to new?
Thanks!
Comment