This appears to work correctly in the latest git. I've tested: commit d9b73e47a3d596c5b33802597ec5bd91ef3348e2 Author: Corentin Chary <corenti...@iksaif.net> Date: Tue Jun 1 23:05:44 2010 +0200
vnc: add missing target for vnc-encodings-*.o ** Changed in: qemu Status: New => Fix Released -- qemu-nbd can't connect to local nbd device https://bugs.launchpad.net/bugs/535639 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: Fix Released Bug description: hi! i am trying to mount disk image with qemu-nbd -c (connect FILE to NBD device DEV), not work: ~ # modprobe nbd max_part=8 ~ # qemu-nbd --connect=/dev/nbd0 zzz.img ~ # fdisk /dev/nbd0 Unable to read /dev/nbd0 ~ # ps ax | grep nbd 22067 ? Ss 0:00 qemu-nbd --connect=/dev/nbd0 zzz.img 22068 ? Z 0:00 [qemu-nbd] <defunct> ~ # qemu-nbd -d /dev/nbd0 /dev/nbd0 disconnected in dmesg see only "kernel: nbd0: NBD_DISCONNECT" this working if use qemu-nbd without --connect and connect with nbd-client thnx. ps: sorry for my english