For the complete documentation index, see llms.txt. This page is also available as Markdown.

vhd

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

# vhd 마운트
guestmount --add <VHD> --inspector --ro /mnt

Last updated