Is it possible to mount VHDX (not vhd) disk file in Linux as a read + write block device ?
I have found that qemu-img allows conversion of vhdx disks to other formats, but I am looking for read + write mounting of such disks.
There is also qemu-nbd which allows for read-only mounting of vhdx disks.
But is there a ways to mount vhdx disk as a read + write ?