QEMU

NBD ile disk bağlama

modprobe nbd maxparts=8
qemu-nbd -c /dev/nbd0 image.qcow2
mount /dev/nbd0 /run/media/image