problems importing multivolume VHD file

blackpaw

Renowned Member
Nov 1, 2013
321
33
93
I have a large VHD file (300GB) created by using disk2vhd (windows) on a drive partioned into three volumes, C:, D: , E:

when I convert it to qcow2 using qemu-img convert, it only converts the first volume (C:), which was only 25GB.

Is there anyway to make qemu-img xtract and convert the other logical volumes?

Thanks.