0

Hardware 101: I want to build a simple Linux server using an old internal HDD (Seagate Barracuda 7200.7) stripped from a PC tower. Originally, it was the booting drive of a factory-shipped HP tower bought in around 2003, complete with motherboard and all. I took the tower apart and discarded the motherboard (probably a big mistake).

Anyway, I tried to test the drive by spinning it up. It has a SATA port, a jumper block, and an exposed logic board. After googling a bit, I got the impression that I didn't need to engage the logic board or the jumper block. SATA port

I bought a generic SATA-USB powered adapter from Amazon and hooked it up. The adapter powered on but the drive didn't respond at all. enter image description here

Does this mean the drive is "dead" in the sense that the electronics aren't functioning, or am I just engaging them incorrectly? I don't necessarily need to use it as a booting drive, but at the least it should function as storage. If it is indeed dead in the electronic sense, I'm hoping the 160G of memory can still be used (not to mention the existing data I'm interested in extracting), provided that it's fitted into a functioning electronic environment.

What can I do to create a functioning electronic environment for the memory chip? How should I mess with the logic board and connections? What additional gear do I need to make it work?

2 Answers 2

3

This is a 3.5" drive, which needs a voltage of 12V and much more power than USB2 can deliver. A USB3 port might give enough power, but those adaptors are typically designed for 2.5" notebook HDDs, which don't need 12V.

I don't think there are interfaces which can output 12V, so you need a solution with an extra power supply.

1
  • +1 it consumes equivalent of more than 1 A on 5 V. I missed this point completely! :(
    – Anonymous
    Commented Jun 2, 2017 at 17:44
1

Two conditions should be met for drive to start:

  1. you connect SATA-USB adapter to the PC;
  2. PC gives initialization command to the adapter - either when it detects new device through PnP, or you forcefully perform hardware rescan.

Only then drive will start spinning.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .