Official GIGABYTE Forum
Questions about GIGABYTE products => Motherboards with Intel processors => Topic started by: justinwub on July 21, 2016, 03:24:07 pm
-
Win10 Enterprise, I have installed the SATA drive for the Marvell SATA3 chipset, but the 3 drives still exist in the Safely Remove Hardware list. There's no option of Hot Plug in the BIOS either.
What can I do to not to display these 3 drives there? I fixed it on Win7, but didn't fix it on Win10. Any idea? Thanks!
-
Do you have a DVD/Rw drive? If you do go back in and make sure the drives are are before the DVD drive. You will find them in the "Hard Drive/CD/DVD ROM Drive/Floppy Drive/Network Device BBS Priorities".
I have Intel Z77 board just the other day that the HHD would not show up at all. Change the order of all the drives and when I got back into windows 10 everything was fine.
-
Do you have a DVD/Rw drive? If you do go back in and make sure the drives are are before the DVD drive. You will find them in the "Hard Drive/CD/DVD ROM Drive/Floppy Drive/Network Device BBS Priorities".
I have Intel Z77 board just the other day that the HHD would not show up at all. Change the order of all the drives and when I got back into windows 10 everything was fine.
I don't have any DVD drives.
-
Hi there,
Further to the PM you sent me. If there isn't an option in BIOS for setting the HDD's, you should be able to alter the way that Windows sets the drive as Internal only by re-writing the registry.
The simplest way to do this is shown in the following Microsoft help page: https://support.microsoft.com/en-us/kb/3083627
Hopefully this will solve the problem for you.
-
Hi there,
Further to the PM you sent me. If there isn't an option in BIOS for setting the HDD's, you should be able to alter the way that Windows sets the drive as Internal only by re-writing the registry.
The simplest way to do this is shown in the following Microsoft help page: https://support.microsoft.com/en-us/kb/3083627
Hopefully this will solve the problem for you.
Hey, thanks for your reply!
It says:
For Windows 7:
Type the following command in the previously opened command prompt and hit Enter:
reg.exe add “HKLM\SYSTEM\CurrentControlSet\Services\msahci\Controller0\Channelx\” /f /v TreatAsInternalPort /t REG_DWORD /d 0x00000001
Where xcorresponds to the Bus Number you noted in step 4.
For Windows 8 and later:
Type the following command in the previously opened command prompt and hit Enter:
reg.exe add “HKLM\SYSTEM\CurrentControlSet\Services\storahci\Parameters\Device” /f /v TreatAsInternalPort /t REG_MULTI_SZ /d x
Where x corresponds to the Bus Number you noted in step 4.
My desktop is Win10, so I use the win8 path. Now here is a question, only set x is enough? On Win7, the value for registry is 0x00000001, where should I set on Win10?
-
I have add the 2 registries for both mvs91xx and storahci as below. But it doesn't work.
reg.exe add “HKLM\SYSTEM\CurrentControlSet\Services\storahci\Parameters\Device” /f /v TreatAsInternalPort /t REG_MULTI_SZ /d 0
reg.exe add “HKLM\SYSTEM\CurrentControlSet\Services\mvs91xx\Parameters\Device” /f /v TreatAsInternalPort /t REG_MULTI_SZ /d 0
I think maybe the registries are not correct, because I only set the port number, but where should I set the value for TreatAsInternalPort? Like on Win 7: the DWORD value is 0x00000001.
reg.exe add “HKLM\SYSTEM\CurrentControlSet\Services\msahci\Controller0\Channelx\” /f /v TreatAsInternalPort /t REG_DWORD /d 0x00000001
-
Hi there,
Further to the PM you sent me. If there isn't an option in BIOS for setting the HDD's, you should be able to alter the way that Windows sets the drive as Internal only by re-writing the registry.
The simplest way to do this is shown in the following Microsoft help page: https://support.microsoft.com/en-us/kb/3083627
Hopefully this will solve the problem for you.
I have fixed the issue. By removing the Marvell SATA3 driver, the driver switched to MS driver by default. Then I added the registry entry below and it works. So seems like the SATA3 driver I installed is wrong. I may need to investigate more.
reg.exe add “HKLM\SYSTEM\CurrentControlSet\Services\storahci\Parameters\Device” /f /v TreatAsInternalPort /t REG_MULTI_SZ /d 0
-
Pleased you found a solution, even if it wasn't really the one that you were looking for.
It may be that none of the Marvell drivers allow you to disable the hotswap feature, as they expect the Marvell ports to be primarily used for RAID arrays rather than individual drives.
-
Pleased you found a solution, even if it wasn't really the one that you were looking for.
It may be that none of the Marvell drivers allow you to disable the hotswap feature, as they expect the Marvell ports to be primarily used for RAID arrays rather than individual drives.
I guess so. I have found one Marvell SATA3 driver on Gigabyte US site and will try to install it later. Thanks a lot for your help!
Right now, I need to fight with another issue that my system will reboot immediately once I open TMT3 (TotalMedia Theatre 3) :'(