Displaying 2 results from an estimated 2 matches for "devnbd0".
2017 Jul 27
2
performance between guestfish and qemu-nbd
I can mount qcow2 img to nbd devices through guestfish or qemu-nbd
I'm curious about which performance is better?
2017 Jul 27
2
Re: performance between guestfish and qemu-nbd
...ualization blog: http://rwmj.wordpress.com
> Fedora Windows cross-compiler. Compile Windows programs, test, and
> build Windows installers. Over 100 libraries supported.
> http://fedoraproject.org/wiki/MinGW
>
guestfish:
guestfish --rw -a demo.qcow2 -m /dev/nbd0
qemu-nbd:
qemu-nbd -c /devnbd0 demo.qcow2
I just want to mount demo.qcow2 to a device