답변:
VirtualBox를 사용하여 해당 변환을 수행 할 수 있습니다.
VBoxManage.exe clonehd "PATH_TO_YOUR_FILE.VHDX" --format VHD "PATH_TO_CONVERTED_FILE.vhd"
VHDX: Image has a non empty log which is not supported (VERR_NOT_SUPPORTED)
오류 메시지 가 발생할 수 있습니다 .
무엇보다 먼저, .VHDX 원본을 백업하십시오.
Windows 7이 있다고 말했습니다.이 경우 PowerShell을 사용하여 VHDX를 VHD로 쉽게 변환 할 수 있습니다.
"실행 ..."( Windows+ R)으로 이동하여을 입력하십시오 Powershell
.
그런 다음 PowerShell 명령 행에 다음 명령을 입력하십시오. PS C:\> Convert-VHD –Path YOUR VHDX PATH –DestinationPath YOUR DESTINATION PATH
그런 다음 변환해야합니다.
여기 에서 Convert-VHD
명령 에 대한 추가 정보를 찾을 수 있습니다 .
The term 'Convert-VHD' is not recognized as the name of a cmdlet, function, script file, or operable program.
Windows 7을 사용합니다