J'ai besoin de convertir un fichier VHD (Hyper-V/VM) au format RAW Linux. Y a-t-il un outil qui peut faire cela qui est graphique?
Pourquoi doit-il être graphique?
qemu-img convert -f vpc -O raw something.vhd something.raw
((modifier: fixe -f vhd
à -f vpc
.
Le format correct est:
qemu-img convert -f vpc -O raw lamp-3-x86.vhd lamp.raw
Des manquages de qemu-img
:
qemu-img convert -f vpc -O raw lamp-3-x86.vhd lamp.raw
[.____]vpc
- Format d'image compatible VirtualPC (VHD).