Internal SATA hard disk shows up as removable device on Windows 7

9

2

I am running Windows 7 on an Acer Aspire M7720 with three internal SATA drives; drive #2 and #3 are on a removable HDD rack.

Drive #3 (on the second removable HDD rack) shows up as removable device in the system tray. If I take drive #3 and put it in the first rack, it shows up as an internal drive. If I put any other drive in the second removable rack, that drive is also shown as removable device.

I would like to fix that so that the drive in the second removable rack also is listed as internal drive. Since this seems to be independent of the actual drive in the rack, I checked the BIOS, but that third SATA port uses the same configuration as the second rack.

So far, I could not find a solution for this problem (it's really more an annoyance than a problem), any ideas are welcome.

neutron80k

Posted 2010-01-06T19:19:31.797

Reputation: 93

Answers

9

This happens if the SATA controller is set to AHCI mode. AHCI supports hot swapping, and because of this, you can ask Windows to "Safely Remove" an internal hard disk, disconnecting it from the OS and replace it without having to power down the system.

Sathyajith Bhat

Posted 2010-01-06T19:19:31.797

Reputation: 58 436

Does it work even if the internal drive holds system partition? – liori – 2010-01-06T23:35:18.580

2@liori - Yes, although Windows will prevent the drive from being unmounted as the files are in use. – Sathyajith Bhat – 2010-01-06T23:44:42.790

3

Related, to stop the hard disk from showing up as removable on windows XP, the answer from here (modifying the registry), worked for me:

Real removable devices (USB) still show up as normal, but it removes the internal SATA controller drives from being displayed.

For nForce chipsets, you can add the following to registry: In HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ nvata, add DWORD DisableRemovable, set to 1.

Reboot.

64-bit systems use nvata64. Some chipsets might use nvatabus instead.

This doesn't work with VIA chipsets (driver vide or videX64), the only option I've found for them is to use older drivers that don't support SATA hotplug.

Rabarberski

Posted 2010-01-06T19:19:31.797

Reputation: 7 494

1I have no clue why my answer got downvoted (apart from that it applies to Windows XP). Still, I leave it here in the hope somebody finds it useful. – Rabarberski – 2011-04-04T14:00:15.057

0

This usually indicates that not all required drivers are installed on a system. For example, on Intel chipset you need to install Rapid Storage Technology driver. After that, hard drives are identified correctly as not removable.

Be aware however that this driver installation procedure can trigger Re-Activation for some software applications.

Petr Abdulin

Posted 2010-01-06T19:19:31.797

Reputation: 1 706