# Конвертация дисков с помощью StarWind V2V Converter

Данный способ конвертации также поддерживается для импорта виртуальных машин в HOSTVM.&#x20;

Потребуется отдельная Windows машина с установленным ПО StarWind V2V Converter.

Порядок действий:

* Скопировать vhdx на Windows машину;
* Запустить ПО Starwind;
* Выбрать local file, указать на конвертируемый жесткий диск;
* Выбрать формат результирующего диска qcow2, далее снова выбрать local file и указать место сохранения результирующего диска;
* Выгрузить получившийся qcow2 диск.

Загрузка в [Export домен](/hostvm-server/installation-guide/konvertaciya-import-virtualnykh-mashin/export-domen.md) HOSTVM производится с помощью скрипта import-to-hostvm.pl Загрузить файл сценария конвертации import-to-hostvm.pl на хост HOSTVM, с которого будет выполняться импорт ВМ. Загрузка выполняется из личного кабинета <https://lk.pvhostvm.ru/> Сценарий import-to-hostvm.pl  расположен в каталоге дистрибутивов в папке HOSTVM/Misc/VM Convert/

```
export LIBGUESTFS_BACKEND=direct
./import-to-hostvm.pl /path/to/disk.qcow2 /path/to/export_domain
```


---

# Agent Instructions: 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://kb.pvhostvm.ru/hostvm-server/installation-guide/konvertaciya-import-virtualnykh-mashin/konvertaciya-diskov-s-pomoshyu-starwind-v2v-converter.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.
