Difference between revisions of "Qemu-nbd"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 36: Line 36:
  
 
[[category:KMV]]
 
[[category:KMV]]
 +
[[Category:QEMU[]

Revision as of 06:52, 27 September 2021

qemu-nbd



qemu-nbd --connect=/dev/nbd0 /var/lib/libvirt/images/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

Solution:

modprobe nbd max_part=8


fdisk -l /dev/nbd0
fsck -y /dev/nbd0pXXXX
qemu-nbd --disconnect /dev/nbd0
/dev/nbd0 disconnected


Related terms

See also

[[Category:QEMU[]

Advertising: