29

I have a SATA hard drive that says it supports hot-plugging. Does that mean I can actually connect it to power and a SATA plug while my computer is running? Would be handy, but seems kind of scary...

Hardware details:

  • Motherboard: Gigabyte, GA-MA790X-UD3P
  • Hard drive: Western Digital, WD10EADS-00L5B1

Or might have been a different hard drive I read was hotpluggable... either way I'm more curious about the theory of it all rather than my specific case :p

Svish
  • 41,258

4 Answers4

16

As long as its not the OS drive you should be fine, since SATA is "hotswappable" though i have experienced corruptions of the FS once or twice. So i try to avoid it.

madmaze
  • 4,444
4
  1. Open your run box, then type regedit and press Enter.

  2. Go to the following key:

    HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services/
    
  3. Find 'msahci', click on it and on the right pane, right click the 'start' property.

  4. Change the value to '0'.

  5. Restart your computer (important)! Now you can 'safely remove' your SATA internal hard drive like you do with external hard drives.

Gareth
  • 19,080
2

Yes you can do that. In order to do this, we need enable the hot plug capability in BIOS settings. If it is enabled, then we can add second HDD to computer while running. System will install the drivers instantly and the HDD would be ready for use like a USB drive.

Sagar
  • 21
  • 2
2

I just did it with a 2 TB SATA 6GB/s hard drive. I am going to try my 3 TB hard drive as soon as I'm done moving data. Just don't forget to initialize in the Disk Mangement window for Windows, then format to NTFS.

Note: I did not hot swap my OS drive as I see that as a bad idea

Canadian Luke
  • 24,640
Mark
  • 21