AVS › AVS Forum › HDTV › HDTV Recorders › RCA DVR2160-DVR2080 HD Replace?
New Posts  All Forums:Forum Nav:

RCA DVR2160-DVR2080 HD Replace?

post #1 of 6
Thread Starter 
My fan quit in my DVR 2160 and I think it got too hot and crapped out the HD too. I replaced the fan (so the error lights went away). The HD makes no sound so I'm pretty sure it's dead. I put a 200G Maxtor in with it set to Master (just like the 160 was) and it spins up but doesn't seem to have ever initialized because the 2160 won't come online with the TV.

Does anybody know the initialization proess? There's a jumper on the firewire board. There's also a recessed button on the back of the unit that I suspect is used for lockups. I have tried holding in the button while applying power, pressing it and pressing it and holding it while running to no avail. I haven't played with the jumper as of yet.

I know it's probably not probably economically smart to replace the drive since these things can be bought so cheaply but I thought I'd try since I had a 200 laying around that I wasn't using anyway.

Has anybody had any luck replacing the drive in one of these guys?

Thanks in advance.

-bob
post #2 of 6
If you privmsg me I'll give you a link to download 160gb image that you can write on your 200gb drive (but you will not use more than 160gb off it).

Thats your only solution at this point.
post #3 of 6
Thread Starter 
Thank you SO much TC. You have PM.
post #4 of 6
Thread Starter 
Well folks... I got what appears to be a solution. It appears to be a series of .rar's that create a .zip that must be an image of the 160 drive. When I try to unzip the file created by the .rar's, it just goes on forever so I assume that it would blow up to ~160G if I'd let it.

The very limited readme that cam with it refers to a site that implies it can be used to image a replacement drive apparently with something called GZip and DD.exe.

I found dd.exe for Windows but to say documentation as to its usage is sparce would be like saying the Empire State Building is tall.

Anybody care to take a wack at guessing the command line parameters to take this .zip file and pipe it through gzip to output it to a master or a slave drive on the secondary or a slave on the primary IDE channel?

I'm scared to play with it because I can't find crap for doc on DD's usage but it's bound to be destructive if used incorrectly because of what it does by design.

ANY help or guidance would be GREATLY appreciated. My local college (Barton) plays for the Div II National Championship in HD today and I would love to be able to record it.

Thanks.

-bob
post #5 of 6
I thought I provided adequate instructions in the privmsg already?

gzip.exe -d -c c:\\path\ o\\file.gz | dd.exe of=

If you use the dd/gzip which came with forensic tools mentioned in the readme, the physical drive aspect is well-covered. All you need to do is get a list of devices before attaching the hdd from disk management, then connect the blank 160gb drive and note the new physicaldrive index assigned, and use that as argument to dd.exe.

it's not that hard, really

edit:
there's even example right on the page linked in readme!

Code:
dd.exe if=\\\\.\\PhysicalDrive0 of=d:\\images\\PhysicalDrive0.img
So since you're restoring TO the drive, your notation is
Code:
dd.exe of=\\\\.\\PhysicalDriveXXX
where XXX is the new 160gb drive index from DiskManagement.

Also, you didn't have to "search" for dd and gzip - they're for download on the page from readme,
http://users.erols.com/gmgarner/forensics/

Not hard.
post #6 of 6
Has anyone come up with a very simple way to do a drive image and copy for the hard ddrives in these units? Couldn't a drive image be made using and ISO utility and then burn it too the new hard drive?
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: HDTV Recorders
AVS › AVS Forum › HDTV › HDTV Recorders › RCA DVR2160-DVR2080 HD Replace?