> For the complete documentation index, see [llms.txt](https://help.iodd.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.iodd.kr/bootable-virtual-drive/virtual-drive-vhd.md).

# Virtual Drive (VHD)

IODD devices can mount VHD, RMD, VMDK, and IMA files as bootable virtual USB drives. This section explains how to create fixed-size VHD files, prepare portable operating systems, and keep virtual drive images compatible with IODD hardware.

Use these guides when you want to boot Windows, Linux, recovery tools, or Windows To Go from a virtual drive image stored on your IODD.

## VHD Guides

* [Create VHD File with VHD Tool++](/bootable-virtual-drive/virtual-drive-vhd/create-vhd-file-with-vhd-tools.md)
* [Advanced VHD Tool++ Functions](/bootable-virtual-drive/virtual-drive-vhd/advanced-vhd-tool-functions.md)
* [Convert ISO File to UEFI Bootable Drive](/bootable-virtual-drive/virtual-drive-vhd/convert-iso-file-to-uefi-bootable-drive.md)
* [WTG / Boot Camp for Mac OSX](/bootable-virtual-drive/virtual-drive-vhd/wtg-boot-camp-mac-osx.md)
* [Make Virtual Drive for Silicon Mac](/bootable-virtual-drive/virtual-drive-vhd/make-virtual-drive-for-silicon-mac.md)


---

# 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:

```
GET https://help.iodd.kr/bootable-virtual-drive/virtual-drive-vhd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
