0
How to Mount and Browse a LVM qcow2 Image
This guide will show you how to mount a qcow2 image and also browse the qcow2 image if it is an LVM partition You need to add the nbd module to your machine modprobe nbd max_part=63 You then need to mount the qcow2 image to the NDB device driver qemu-nbd -c /dev/nbd0 /path/to/image.qcow2 You can […]