Official GIGABYTE Forum

How to disable Hot-Swap feature from BIOS?

How to disable Hot-Swap feature from BIOS?
« on: December 28, 2011, 10:01:40 am »
Hello, I have Gigabyte G1.Sniper motherboard and SSD hardisk that uses Marvell drivers, Its shows my drive in "safely remove hardware" icon in taskbar with my SSD included (Which is C:\), I want to disable Hot-Swap feature but i couldn't find the option in BIOS settings, Please i need help.
« Last Edit: December 28, 2011, 10:03:09 am by Ov3rl0rd »

Gloup_Gloup

  • 982
  • 33
  • Let us sweet between members, on the forum.
Re: How to disable Hot-Swap feature from BIOS?
« Reply #1 on: December 28, 2011, 02:50:21 pm »
Hi ov3rl0rd, ;)

Welcome to forum

In the page 51 on manual,
BIOS Section Integrated Peripherals
ICH SATA Control Mode (Intel ICH10R South Bridge)

AHCI Configures the SATA controllers to AHCI mode. Advanced Host Controller Interface (AHCI) is an interface specification that allows the storage driver to enable advanced Serial ATA features such as Native Command Queuing and hot plug.


Maybe try this software for remove hot Swap device from windows:
http://mt-naka.com/hotswap/index_enu.htm
Choose version 5.

Gloup_Gloup

« Last Edit: December 28, 2011, 02:57:26 pm by Gloup_Gloup »

Dark Mantis

  • *
  • 18405
  • 414
  • 10typesofpeopleoneswhoknow binaryandoneswhodont
    • Dark Mantis
Re: How to disable Hot-Swap feature from BIOS?
« Reply #2 on: December 28, 2011, 08:14:09 pm »
Hi

Yes as Gloup_Gloup has already outlined you can disable the hot swap feature by disabling the full AHCI mode but that might not be suitable if you still want the performance etc. The only way to do exactly what you want is by hacking the registry.


Right Click the command prompt and select 'Run as Administrator';

Copy and paste the following command into the command prompt:
reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\msahci\Controller(n)\Channel(N)" /f /v TreatAsInternalPort /t REG_DWORD /d 0x00000001

Change (n) for the contoller number – 0 on my machine ie. 'Controller0' and change Channel (N) for the SATA port number – 1 – 5 on my machine ie. Channel1, Channel2, channel3....etc
Gigabyte X58A-UD7
i7 920
Dominators 1600 x6 12GB
6970 2GB
HX850
256GB SSD, Sam 1TB, WDB320GB
Blu-Ray
HAF 932

Gigabyte Z68X-UD5-B3
i7 3770K
Vengeance 1600 16GB
6950 2GB
HCP1200W
Revo Drive x2, 1.5TB WDB RAID0
16x DLRW
StrikeX S7
Full water cooling
3 x 27" Iiy

Re: How to disable Hot-Swap feature from BIOS?
« Reply #3 on: December 30, 2011, 02:32:51 am »
Thanks, Problem solved.