Drivers Nvidia Hard Disk Controller

Copy the extracted the RAID controller driver files folder to a USB disk. Insert the USB Disk into your locked/target computer. Reboot your locked/target computer from the new burned Lazesoft WinPE boot disk; On the home page of Lazesoft Recovery Suite boot disk, click Drivers, after boot disk is loaded. Dec 04, 2015 Go into BIOS and see what your Sata Controller is set to (IDE, AHCI or Raid) if it is set to Raid, there is a raid driver you have to install during setup to allow the installer to 'see' the drives. While there, see if BIOS sees the drive.

In a computing device, hard disks and CD/DVD drives are connected to a device called hard disk controller which drives hard disk operation and data transfers. Oracle VM VirtualBox can emulate the most common types of hard disk controllers typically found in computing devices: IDE, SATA (AHCI), SCSI, SAS, USB-based, and NVMe mass storage devices.

  • IDE (ATA) controllers are a backwards-compatible yet very advanced extension of the disk controller in the IBM PC/AT (1984). Initially, this interface worked only with hard disks, but was later extended to also support CD-ROM drives and other types of removable media. In physical PCs, this standard uses flat ribbon parallel cables with 40 or 80 wires. Each such cable can connect two devices to a controller, which have traditionally been called master and slave. Typical PCs had two connectors for such cables. As a result, support for up to four IDE devices was most common.

    In Oracle VM VirtualBox, each virtual machine may have one IDE controller enabled, which gives you up to four virtual storage devices that you can attach to the machine. By default, one of these virtual storage devices, the secondary master, is preconfigured to be the virtual machine's virtual CD/DVD drive. However, you can change the default setting.

    Even if your guest OS has no support for SCSI or SATA devices, it should always be able to see an IDE controller.

    You can also select which exact type of IDE controller hardware Oracle VM VirtualBox should present to the virtual machine: PIIX3, PIIX4, or ICH6. This makes no difference in terms of performance, but if you import a virtual machine from another virtualization product, the OS in that machine may expect a particular controller type and crash if it is not found.

    After you have created a new virtual machine with the New Virtual Machine wizard of the graphical user interface, you will typically see one IDE controller in the machine's Storage settings. The virtual CD/DVD drive will be attached to one of the four ports of this controller.

  • Serial ATA (SATA) is a more recent standard than IDE. Compared to IDE, it supports both much higher speeds and more devices per controller. Also, with physical hardware, devices can be added and removed while the system is running. The standard interface for SATA controllers is called Advanced Host Controller Interface (AHCI).

    Like a real SATA controller, Oracle VM VirtualBox's virtual SATA controller operates faster and also consumes fewer CPU resources than the virtual IDE controller. Also, this enables you to connect up to 30 virtual hard disks to one machine instead of just three, when compared to the Oracle VM VirtualBox IDE controller with a DVD drive attached.

    For this reason, depending on the selected guest OS, Oracle VM VirtualBox uses SATA as the default for newly created virtual machines. One virtual SATA controller is created by default, and the default disk that is created with a new VM is attached to this controller.

    The entire SATA controller and the virtual disks attached to it, including those in IDE compatibility mode, will not be seen by OSes that do not have device support for AHCI. In particular, there is no support for AHCI in Windows versions before Windows Vista. Legacy Windows versions such as Windows XP, even with SP3 installed, will not see such disks unless you install additional drivers. It is possible to switch from IDE to SATA after installation by installing the SATA drivers and changing the controller type in the VM Settings dialog.

    Oracle VM VirtualBox recommends the Intel Matrix Storage drivers, which can be downloaded from http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=2101.

    To add a SATA controller to a machine for which it has not been enabled by default, either because it was created by an earlier version of Oracle VM VirtualBox, or because SATA is not supported by default by the selected guest OS, do the following. Go to the Storage page of the machine's Settings dialog, click Add Controller under the Storage Tree box and then select Add SATA Controller. The new controller appears as a separate PCI device in the virtual machine, and you can add virtual disks to it.

    To change the IDE compatibility mode settings for the SATA controller, see Section 7.18, “VBoxManage storagectl”.

  • SCSI is another established industry standard, standing for Small Computer System Interface. SCSI is as a generic interface for data transfer between all kinds of devices, including storage devices. SCSI is still used for connecting some hard disks and tape devices, but it has mostly been displaced in commodity hardware. It is still in common use in high-performance workstations and servers.

    Primarily for compatibility with other virtualization software, Oracle VM VirtualBox optionally supports LSI Logic and BusLogic SCSI controllers, to each of which up to fifteen virtual hard disks can be attached.

    To enable a SCSI controller, on the Storage page of a virtual machine's Settings dialog, click Add Controller under the Storage Tree box and then select Add SCSI Controller. The new controller appears as a separate PCI device in the virtual machine.

    As with the other controller types, a SCSI controller will only be seen by OSes with device support for it. Windows 2003 and later ships with drivers for the LSI Logic controller, while Windows NT 4.0 and Windows 2000 ships with drivers for the BusLogic controller. Windows XP ships with drivers for neither.

  • Serial Attached SCSI (SAS) is another bus standard which uses the SCSI command set. As opposed to SCSI physical devices, serial cables are used instead of parallel cables. This simplifies physical device connections. In some ways, therefore, SAS is to SCSI what SATA is to IDE: it enables more reliable and faster connections.

    To support high-end guests which require SAS controllers, Oracle VM VirtualBox emulates a LSI Logic SAS controller, which can be enabled much the same way as a SCSI controller. At this time, up to eight devices can be connected to the SAS controller.

    As with SATA, the SAS controller will only be seen by OSes with device support for it. In particular, there is no support for SAS in Windows before Windows Vista. So Windows XP, even SP3, will not see such disks unless you install additional drivers.

  • The USB mass storage device class is a standard to connect external storage devices like hard disks or flash drives to a host through USB. All major OSes support these devices and ship generic drivers making third-party drivers superfluous. In particular, legacy OSes without support for SATA controllers may benefit from USB mass storage devices.

    The virtual USB storage controller offered by Oracle VM VirtualBox works differently to the other storage controller types. While most storage controllers appear as a single PCI device to the guest with multiple disks attached to it, the USB-based storage controller does not appear as virtual storage controller. Each disk attached to the controller appears as a dedicated USB device to the guest.

    Booting from drives attached using USB is only supported when EFI is used as the BIOS lacks USB support.

  • Non volatile memory express (NVMe) is a standard for connecting non volatile memory (NVM) directly over PCI Express to lift the bandwidth limitation of the previously used SATA protocol for solid-state devices. Unlike other standards the command set is very simple in order to achieve maximum throughput and is not compatible with ATA or SCSI. OSes need to support NVMe devices to make use of them. For example, Windows 8.1 added native NVMe support. For Windows 7, native support was added with an update.

    The NVMe controller is part of the extension pack.

    Booting from drives attached using NVMe is only supported when EFI is used as the BIOS lacks the appropriate driver.

Hard Disk Controller Failure

Error

In summary, Oracle VM VirtualBox gives you the following categories of virtual storage slots:

  • Four slots attached to the traditional IDE controller, which are always present. One of these is typically a virtual CD/DVD drive.

  • 30 slots attached to the SATA controller, if enabled and supported by the guest OS.

  • 15 slots attached to the SCSI controller, if enabled and supported by the guest OS.

  • Eight slots attached to the SAS controller, if enabled and supported by the guest OS.

  • Eight slots attached to the virtual USB controller, if enabled and supported by the guest OS.

  • Up to 255 slots attached to the NVMe controller, if enabled and supported by the guest OS.

Given this large choice of storage controllers, you may not know which one to choose. In general, you should avoid IDE unless it is the only controller supported by your guest. Whether you use SATA, SCSI, or SAS does not make any real difference. The variety of controllers is only supplied by Oracle VM VirtualBox for compatibility with existing hardware and other hypervisors.

Copyright © 2004, 2020 Oracle and/or its affiliates. All rights reserved. Legal Notices

Driver Zone

We recommend to use the following drivers for the respective hard disk controller, RAID controller, motherboard chipset or listed hardware device. These may be not the most recent versions of the drivers, but they were tested either by us or reported by most users as actually working, meaning that they do allow getting complete hard disk status information and they do enable important disk features, as e.g. TRIM on SSD drives. Different versions from the ones listed here _might_ work on your system, but usually they have been found to be quite buggy and therefore we do not recommend their use.

The following drivers are tested and recommended to use for the appropriate hard disk controller, RAID controller, motherboard chipset or related hardware device to get complete hard disk status information:

Disk ControllerRecommended Driver(s)
3ware 7000/8000 RAID mode
version: 1.15.0.52 download driver
(Windows 2000/XP/2003/Vista/7/8/10/2012 32/64 bit)
Accusys 75170 firmware update RAID mode
version: 1.21 download driver
(Windows 2000/XP/2003/Vista/7/8/2012)
Accusys 76510 firmware update RAID mode
version: 1.27.05 download driver
(Windows 2000/XP/2003/Vista/7/8/2012)
Adaptec SATA/SAS RAID controller
(2xxx, 3xxx, 4xxx, 5xxx, 6xxx) RAID mode

version: 5.2.0.18300 download driver
(Windows 2000/XP/Vista/7/Windows
Server 2003/2008 32/64 bit)
Adaptec SATA/SCSI/SAS RAID controller
(2xxx, 3xxx, 4xxx, 5xxx, 6xxx, 7xxx) RAID mode

version: 7.1.0.30034 download driver
(Windows 2000/XP/Vista/7/8/Windows
Server 2003/2008/2012 32/64 bit)
AMD RAID controller RAID mode
version: 3.2.1540.92 download driver
(Windows 7 32/64 bit)
version: 3.2.1540.92 download driver
(Windows 7 64 bit)
version: 3.3.1540.22 download driver
(Windows Vista 32 bit)
version: 11.8 (chipset) download driver
(Windows XP 32/64 bit)
version: 11.2 (chipset) download driver
(Windows 7 32/64 bit)
AMD SATA AHCI controller
version: 1.2.1.263 download driver
(Windows 7 32 bit)
version: 1.2.1.263 download driver
(Windows 7 64 bit)
version: 3.3.1540.17 download driver
(Windows XP)
ASMedia ASM1051 USB3.0 bridge
version: 101026_00_63_01 download driver
(Windows XP/2003/Vista/7/2008)
ASMedia USB 3.0/3.1 controller
version: 1.16.51.1 download driver
(Windows 7/8/10 32/64 bit)
Dawicontrol DC133 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC150 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC154 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC300e/310e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC324e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC3410 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC4300/4320 RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC600e/610e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC622e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Dawicontrol DC624e RAID mode
version: 5.30 download driver
(Windows 2000/XP/Vista/7/8/10
2003/2008/2012/2016/2019 32/64 bit)
Gigabyte GBB36X RAID mode
version: 1.17.62 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit WHQL)
IBM ServeRAID 8i/8k/8s controller RAID mode
version: 5.2.0.18300 download driver
(Windows 2000/XP/Vista/7/Windows
Server 2003/2008 32/64 bit)
Intel ICH7/ICH8/ICH9/ICH10/3400 RAID mode
version: 10.5.0.1026 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit)
version: 10.1.0.1008 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit)
version: 9.6.5.1001 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit)
Intel ICH8/ICH9/ICH10/Z68/C216 RAID mode
version: 12.8.0.1016 download driver
(Windows 7/8 32/64 bit)
version: 11.6.0.1030 download driver
(Windows 7/8 32/64 bit)
Intel (Dell Dimension Desktop series)
version: A10 6.0.1.1002 download driver
(Windows XP)
Intel NVMe SSD driver
version: 1.0.0.1023 download driver
(Windows 7/8/10 32/64 bit)
Intel NVMe SSD driver
version: 4.4.0.1023 download driver
(Windows 10 32/64 bit)
Intel RST Driver (NVMe/SATA/RAID) RAID mode
version: 15.2.1020 download driver
(Windows 7/8/10 32/64 bit)
Intel RST Driver (NVMe SSD+Win7) RAID mode
version: 15.7.1014 download driver
(Windows 7/8/10 32 bit)
version: 15.7.1014 download driver
(Windows 7/8/10 64 bit)
Intel RST Driver (NVMe/SATA/RAID) RAID mode
version: 17.8.1065 download driver
(Windows 10 32/64 bit)
ITE 8212F (ATA/ATAPI BIOS+driver)
version: 1.7.2.9 download driver
(Windows 2000/XP/2003/Vista 32/64 bit)
JMicron JMB36X RAID mode
version: 1.17.62 download driver
(Windows XP/2003/Vista/7/2008 32/64 bit WHQL)
version: version 1.17.62 eSATAdownload driver
(Windows XP/2003/Vista/7/2008 32/64 bit WHQL)
JMicron JMS562 RAID firmware RAID mode
version: 31.21.1.4 download driver
(Windows updater)
LSI SAS2 Falcon SAS/SATA RAID controller RAID mode
version: 2.0.63.0 download driver
(Windows 7/8/2008)
Marvell 61xx SATA controller
version: 1.2.0.60 download driver
(Windows XP/2003/Vista/7 32/64 bit)
version: 1.2.0.57 download driver
(Windows XP/2003/Vista/7 32/64 bit)
Marvell 64xx SAS controller RAID mode
version: 4.0.0.1200 download driver
(Windows XP/2003/Vista/7 32/64 bit)
Marvell 9128 SATA 6 Gbps controller
version: 1.0.00.1034 download driver
(Windows XP/2003/Vista/7/8.1/2008 32 bit)
version: 1.0.00.1034 download driver
(Windows XP/2003/Vista/7/2008 64 bit)
Marvell 9230 SATA RAID controller RAID mode
version: 1.2.0.1047 download driver
(Windows XP/2003/Vista/7/8.1/10/2008/2012 32/64 bit)
Maxtor (Promise) Ultra ATA 100
version: 2.0.0050.42 download driver
(Windows 2000/XP)
Mediasonic ProRaid HUR3-SU3S3 2 Bay 3.5 SATA Hard Drive Enclosure RAID mode
version: 20.01.01.06 download driver
(Windows 7/8/10)
NVIDIA 650i/750i
version: 8.43 download driver
Windows 2000/XP 32 bit
NVIDIA 650i/750i
version: 8.43 download driver
Windows XP/2003 64 bit
NVIDIA nForce RAID mode
version: 11.1.0.43 download driver
(Windows 7 64-bit)
version: 11.1.0.43 download driver
(Windows Vista/7 32-bit)
NVIDIA nForce2
version: 4.84 (2.6) download driver
(Windows 2000/XP)
NVIDIA nForce4 RAID mode
version: 10.3.0.46 download driver
(Windows 32-bit)
version: 11.1.0.33 download driver
(Windows 64-bit)
OCZ / Toshiba NVMe SSD driver (Windows 7)
version: 1.2.126.842 download driver
(Windows 7 32/64 bit)
Plextor NVMe SSD driver (Windows 7)
version: 1.4 download driver
(Windows 7 32/64 bit)
RaidON MR2020-2S-S2R firmware update0 RAID mode
version: 1C09 download driver
(Windows 2000/XP/2003/Vista/7/8/2012)
RocketRAID 2640 RAID mode
version: 1.3.9.423 download driver
(Windows Vista/7/2008 32/64 bit)
Samsung NVMe SSD driver
version: 1.1 download driver
(Windows 7/8/10 32/64 bit)
Samsung NVMe SSD driver (Windows 7)
version: 1.4.7.17 download driver
(Windows 7 32/64 bit)
Silicon Image 3112 / 3512 SATA RAID mode
version: 1.3.68.2 download driver
(Windows XP/2003/Vista/7/2008 32 bit ATA/ATAPI BIOS)
version: 1.0.65.1 download driver
(Windows XP/2003/Vista/7/2008 32 bit RAID BIOS)
version: 1.0.17.1 download driver
(Windows 64 bit)
Silicon Image 3114 RAID mode
version: 1.5.20.3 download driver
(Windows XP/2003/Vista/7/2008 32 bit)
version: 1.5.20.3 download driver
(Windows XP/2003/Vista/7/2008 64 bit)
Silicon Image 3124 SATA RAID mode
version: 1.5.23.0 download driver
(Windows XP/2003/Vista/7/2008 32 bit)
version: 1.5.23.0 download driver
(Windows XP/2003/Vista/7/2008 64 bit)
Silicon Image 3132 RAID mode
version: 1.5.19.0 download driver
(Windows XP/Vista/7 64 bit)
Silicon Image 0680 IDE
version: 1.2.30.0 download driver
(Windows XP/2003/Vista/7/2008)
Silicon Image 0680 RAID
version: 1.0.5.0 download driver
(Windows XP/2003/Vista/7/2008)
SiS 180 Controller
version: 5.1.1039.2110 download driver
(Windows XP/2003/Vista/7/2008)
ULI SATA M1573
version: 1.0.5.8 download driver
(Windows 2000/XP 32/64 bit)
VIA SATA RAID Controller RAID mode
version: 5.1.2600.581 download driver
(Windows 2000/XP/Vista 32/64 bit)
VIA SATA RAID Controller RAID mode
version: 6.10a download driver
(Windows Server 2003/2008 64 bit)
VIA USB 3.0 controller
version: 6.1.7600.4903 download driver
(Windows XP/Vista/Windows 7/8/10)
VIA Falcon Controller
version: 7.0.7000.294 download driver
(Windows 2000/XP/Vista 32/64 bit)

Note that all hard disk controllers provide hard disk status information in single/standalone mode only unless RAID mode is listed for the appropriate hard disk controller (RAID controller).

Drivers Nvidia Hard Disk Controller Gamepad

Controller

Note: the firmware update for ASMedia ASM1051 USB3.0 bridge may work with enclosures, adapters based on this chip to get the missing status information. Not recommended for SIIG JU-SA0212-S1 as the device does not work with the new firmware.

Drivers Nvidia Hard Disk Controller Meaning

Please check back for new, updated, tested and verified drivers for different disk controllers.

In some situations, the newest (most recent) drivers may not be working correctly, in this case the updated version is not listed and you should select a driver from this list.