Difference between revisions of "Qemu-nbd"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
+ | |||
+ | https://gist.github.com/shamil/62935d9b456a6f9877b5 | ||
qemu-nbd --connect=/dev/nbd0 /path/to/your_image.qcow2 | qemu-nbd --connect=/dev/nbd0 /path/to/your_image.qcow2 | ||
qemu-nbd: Failed to open /dev/nbd0: No such file or directory | qemu-nbd: Failed to open /dev/nbd0: No such file or directory |
Revision as of 08:24, 13 October 2020
qemu-nbd
https://gist.github.com/shamil/62935d9b456a6f9877b5
qemu-nbd --connect=/dev/nbd0 /path/to/your_image.qcow2 qemu-nbd: Failed to open /dev/nbd0: No such file or directory qemu-nbd: Disconnect client, due to: Failed to read request: Unexpected end-of-file before all bytes were read
modprobe nbd max_part=8
See also
Advertising: