# Advanced VHD Tool++ Functions

**VHD Tool++** is a **Windows-exclusive application** for managing fixed-size VHD files used by IODD virtual drive features. Beyond simple VHD creation, it includes maintenance tools for keeping ISO, VHD, and disk image workflows compatible with IODD boot and mount requirements.

Use these advanced functions when you need to convert a raw image, increase an existing VHD size, remove file fragmentation, or upload a virtual drive image to the IODD without breaking mount compatibility.

## Available Functions

* **\[Convert]**: Converts a general disk dump image file into a fixed-size VHD file.
* **\[Extend]**: Increases the size of an existing fixed VHD file.
* **\[Defragment]**: Specifically defragments a single file on the IODD to ensure it is contiguous (0 fragments).
* **\[Upload]**: Copies a file from your PC to the IODD while ensuring it remains unfragmented during the transfer.
* **\[Write To HDD] (Expert Only)**: Performs a sector-to-sector physical duplication of an image file to the internal HDD. **Note**: This function only supports the **NTFS**, **exFAT** file system.

## Write To HDD Warning

{% hint style="danger" %}
**WARNING**: This will permanently delete ALL data on the internal drive. It is only recommended for advanced users performing raw disk operations.
{% 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:

```
GET https://help.iodd.kr/bootable-virtual-drive/virtual-drive-vhd/advanced-vhd-tool-functions.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.
