Difference between revisions of "Network Block Device (NBD)"
Jump to navigation
Jump to search
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | [[wikipedia:Network block device]] |
+ | * <code>[[qemu-nbd]]</code> | ||
+ | == Commands == | ||
+ | *<code>[[qemu-nbd]] -rc .../...</code> | ||
+ | |||
+ | *<code>[[qemu-img convert]] -f raw nbd://localhost:10809/vda -0 raw Backup1.full.[[raw]]</code> | ||
+ | |||
+ | **<code>[[qemu-nbd]] --connect=[[/dev/nbd0]] [[/var/lib/libvirt/images/]]your_image.qcow2</code> | ||
== Related commands == | == Related commands == | ||
* <code>[[virsh backup-begin]]</code> | * <code>[[virsh backup-begin]]</code> | ||
+ | * <code>[[qemu-img map]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{QEMU}} | ||
+ | * {{NBD}} | ||
+ | |||
+ | |||
+ | [[Category:KVM]] |
Latest revision as of 15:24, 4 October 2021
wikipedia:Network block device
Commands[edit]
qemu-nbd -rc .../...
qemu-img convert -f raw nbd://localhost:10809/vda -0 raw Backup1.full.raw
qemu-nbd --connect=/dev/nbd0 /var/lib/libvirt/images/your_image.qcow2
Related commands[edit]
See also[edit]
Advertising: