> 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/de/virtual-machines/windows-is-unable-to-detect-a-virtual-disk-drive.md).

# Windows kann ein virtuelles Festplattenlaufwerk nicht erkennen

### Virtuelles Festplattenlaufwerk wird in Windows nicht erkannt

In den meisten Fällen liegt das daran, dass das Laufwerk **Schnittstellentyp** ist eingestellt auf **virtIO-SCSI** (was der Standardwert ist) auf jeder virtuellen Maschine, die erstellt wird. In diesem Fall müssen Sie die **virtIO-Treiber** während des Windows-Installationsvorgangs laden. Windows erkennt virtIO-Schnittstellen nicht nativ, daher kann es die virtuelle Festplatte nicht sehen.

Open-Source-virtIO-Treiber können heruntergeladen werden von [hier](https://github.com/virtio-win/virtio-win-pkg-scripts/blob/master/README.md) bereitgestellt von Fedora Linux.

Wenn aufgrund der Anforderungen an signierte Treiber in Windows Redhat-virtIO-Treiber erforderlich sind, muss auf deren Website ein Redhat-Konto erstellt und die Treiber direkt von dort heruntergeladen werden.

### virtIO-Treiber während der Windows-Installation installieren

Während einer Windows-Installation können Benutzer die Konsolenschnittstellen-Tools verwenden, um das CD-ROM-Image in das neu heruntergeladene ISO der virtIO-Treiber zu ändern. Informationen zur Verwendung der Konsolenschnittstellen-Tools finden Sie in der In-Text-Hilfe innerhalb der Kategorie mit dem Titel **VDI** unter dem Abschnitt **Die Konsole verwenden**.

Alternativ können Sie das virtuelle Festplattenlaufwerk ändern **Schnittstellentyp** zu **SATA** und Windows findet die virtuelle Festplatte und fährt mit der Installation fort.

{% hint style="warning" %}
**Leistungsaspekt**

Dies hat Auswirkungen auf die Leistung, da SATA-Treiber softwareemuliert sind.
{% endhint %}

***

{% hint style="info" %}
**Dokumentinformationen**

* Zuletzt aktualisiert: 2024-08-29
* vergeOS-Version: 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/de/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.
