> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/zh/virtual-machines/windows-is-unable-to-detect-a-virtual-disk-drive.md).

# Windows 无法检测到虚拟磁盘驱动器

### Windows 中未检测到虚拟磁盘驱动器

在大多数情况下，这是因为磁盘驱动器 **接口类型** 设置为 **virtIO-SCSI** （这是默认值）用于正在创建的任何虚拟机。如果是这种情况，您需要加载 **virtIO 驱动程序** 在 Windows 安装过程中。Windows 原生不识别 virtIO 接口，因此无法看到虚拟磁盘。

开源 virtIO 驱动程序可从以下位置下载 [这里](https://github.com/virtio-win/virtio-win-pkg-scripts/blob/master/README.md) 由 Fedora Linux 提供。

如果由于 Windows 中需要已签名驱动程序而必须使用 Redhat virtIO 驱动程序，则需要在其网站上创建一个 Redhat 账户，并直接从他们那里下载驱动程序。

### 在 Windows 安装过程中安装 virtIO 驱动程序

在 Windows 安装过程中，用户可以使用控制台界面工具将 CD-ROM 镜像更改为新下载的 virtIO 驱动程序 ISO。有关使用控制台界面工具的信息可在标题为 **VDI** 在……部分下 **使用控制台**.

或者，您可以选择更改虚拟磁盘驱动器 **接口类型** 更改为 **SATA** 然后 Windows 将找到虚拟磁盘并继续安装。

{% hint style="warning" %}
**性能考虑**

由于 SATA 驱动程序是通过软件仿真实现的，这会带来性能影响。
{% endhint %}

***

{% hint style="info" %}
**文档信息**

* 最后更新：2024-08-29
* vergeOS 版本：4.12.6
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/knowledge-base/zh/virtual-machines/windows-is-unable-to-detect-a-virtual-disk-drive.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
