mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
FAQ: Explain qemu-nbd & libguestfs better.
This commit is contained in:
@@ -67,9 +67,11 @@ access VirtualBox images directly.
|
||||
|
||||
=item I<vs. qemu-nbd>
|
||||
|
||||
nbd is like kpartx but for qcow2 images. See the kpartx comparison
|
||||
above. You can use libguestfs and qemu-nbd together for access to
|
||||
block devices over the network.
|
||||
NBD (Network Block Device) is a protocol for exporting block devices
|
||||
over the network. qemu-nbd is an NBD server which can handle any disk
|
||||
format supported by qemu (eg. raw, qcow2). You can use libguestfs and
|
||||
qemu-nbd together to access block devices over the network, for
|
||||
example: C<guestfish -a nbd://remote>
|
||||
|
||||
=item I<vs. mounting filesystems in the host>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user