# vhd

vhd(virtual hard disk)는 디스크의 이미지를 저장하는 확장 파일입니다. 실제 하드 디스크와 유사하지만 vhd 파일은 가상 머신에서 사용되도록 설계되었습니다.

<pre class="language-bash"><code class="lang-bash"><strong># vhd 마운트
</strong>guestmount --add &#x3C;VHD> --inspector --ro /mnt
</code></pre>


---

# 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://www.pentestwiki.com/post-exploit/undefined/extension/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.
