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 | 31 |
Tags
- React #React-Table
- OpenSCAD
- VM 호스트 주소
- 노트패드뿔뿔
- SFTP
- mailutils
- firefox 파이어폭스
- Windows
- springboot #spring #jackson
- 윈도우
- 임펠러
- react #router
- debian
- cifsutils
- FTP
- startfile
- Basic Auth
- 가상머신호스트
- Printer Driver
- Notepad
- linux ssh root debian
- PDFCreator
- PyLucene
- 소스 <script> 로딩 실패
- 정규표현식
- Notepad++
- Regex
- 보안연결실패
- Notepadplus
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