2

I'm looking for either freeware or the programming basics to power off/on a hard drive. Mounting and unmounting a hard drive is simple enough just using the command prompt in Windows XP. Now I need to be able to power down the hard drive so it will not become damaged when being unplugged. I would prefer this to be a simple doable in the command prompt, a simple script, or at worst C++/C#. Freeware that does this exact requirement would also do the job.

This script/program will run on Windows XP with .NET 2.0 SP1.

  • 1
    If the machine isn't designed for hot-swapping then it may not be safe to hot-swap the drive. – Douglas Leeder Mar 03 '10 at 16:17
  • 4
    First and foremost: this can only be done with hard-drive interfaces that support hot-swapping (like SATA). A "regular" PATA IDE hard-drive cannot and should not be hot-swapped - due to the way this hardware and related hardware (like the Motherboard's PATA IDE controller) initializes and works. –  Mar 03 '10 at 16:22

2 Answers2

1

M.A. Hanin is correct, once the drive is unmounted it's simply a case as to whether or not the drive, controller and power supply were designed to allow for removal.

Chopper3
  • 100,240
  • 9
  • 106
  • 238
1

I believe SATA 2 supports hot-swap natively. All you need is to buy a hot-swap kit. So a google search on "SATA 2 hot swap enclosure" will give you plenty of choice.

Taras Chuhay
  • 645
  • 3
  • 9