I need to convert a VHD file (Hyper-V VM) to the Linux raw format. Is there a tool which can do this which is graphical?
Asked
Active
Viewed 3.6k times
2 Answers
15
Why must it be graphical?
qemu-img convert -f vpc -O raw something.vhd something.raw
(Edit: Fixed -f vhd to -f vpc.)
grawity
- 501,077