Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Regex
- 소스 <script> 로딩 실패
- 임펠러
- PyLucene
- FTP
- firefox 파이어폭스
- react #router
- 윈도우
- VM 호스트 주소
- startfile
- Basic Auth
- cifsutils
- Printer Driver
- OpenSCAD
- mailutils
- 가상머신호스트
- Windows
- PDFCreator
- debian
- 노트패드뿔뿔
- React #React-Table
- 보안연결실패
- linux ssh root debian
- Notepadplus
- springboot #spring #jackson
- Notepad++
- SFTP
- 정규표현식
- Notepad
Archives
- Today
- Total
JJC's 테크니컬 다이어리
VMDK 형식의 디스크를 VHD로 변환하기 본문
VMWare VMDK 형식의 디스크를 Hyper-V용 VHD로 변환하는 방법 입니다.
Microsoft Virtual Machine Converter 3.1 (현재 최신 버전?) 을 설치합니다.
설치후 파워셸을 열고 아래 명령을 입력하면 변환이 시작됩니다.
PS D:\Users\user> Import-Module 'C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1'
PS D:\Users\user> ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath "D:\win10\win.vmdk" -DestinationLiteralPath "D:\win10\win.vhd" -VhdType DynamicHardDisk -VhdFormat vhd