On 2019-04-17 23:53, Manuel Bentele wrote:

[cut]

If you have an idea to solve the opposition for file formats that are
acting as a container or virtual disk node for various data, please let
me know.

If you need a raw block device you can export qcow2 image as a network block
device, something as the following:

# modprobe nbd
# qemu-nbd --connect=/dev/nbd0 image.qcow2
# fdisk -l /dev/nbd0

I suppose simplest variant.

--
Roman

Reply via email to