> For the complete documentation index, see [llms.txt](https://www.pentestwiki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pentestwiki.com/post-exploit/undefined/extension/vhd.md).

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