Mounting qcow2, vdi, ... disk images
Jump to navigation
Jump to search
Make sure that the virtual machine are not running!
# modprobe nbd# qemu-nbd -c /dev/nbd0 path/to/image/file- List the partitions:
# fdisk -l /dev/nbd0 # mount /dev/nbd0p1 /mnt# umount /mnt# qemu-nbd -d /dev/nbd0# modprobe -r nbd