mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-08-01 09:19:32 -04:00
update:win-all
This commit is contained in:
@ -124,6 +124,10 @@ qemu-img convert -f qcow2 -O vdi input.qcow2 output.vdi
|
||||
```
|
||||
Convert-VHD -Path "output.vhd" -DestinationPath "output.vhdx" -VHDType Dynamic
|
||||
```
|
||||
- vmdk转vhdx
|
||||
```
|
||||
qemu-img convert -f vmdk -O vhdx input.vmdk output.vhdx
|
||||
```
|
||||
- vhd转vhdx
|
||||
在 PowerShell 中执行以下命令:
|
||||
```
|
||||
|
Reference in New Issue
Block a user