modprobe nbd max_part=8
qemu-nbd -c /dev/nbd0 test.qcow2
ls /dev/nbd0* -l
mount /dev/nbd0p1 /mnt/img/
ls /mnt/img
umount /mnt/img
qemu-nbd -d /dev/ndb0
http://blog.loftninjas.org/2008/10/27/mounting-kvm-qcow2-qemu-disk-images/
http://smilejay.com/2012/11/how-to-mount-a-qcow2-image/