This is the command nbdkit-libvirt-plugin that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
nbdkit-libvirt-plugin - nbdkit libvirt plugin using virDomainBlockPeek
SYNOPSIS
nbdkit libvirt [connect=URI] domain=DOMAIN disk=DISK
EXAMPLE
nbdkit libvirt domain=MyGuest disk=sda
guestfish -a nbd://localhost
DESCRIPTION
"nbdkit-libvirt-plugin" is an nbdkit(1) plugin that lets you access libvirt guest disks
readonly. It is implemented using the libvirt "virDomainBlockPeek" API. It can also be
used over remote libvirt connections.
PARAMETERS
connect=URI
This optional parameter specifies the libvirt connection URI.
domain=DOMAIN
This required parameter specifies the libvirt domain name (guest name).
disk=DISK
This required parameter specifies the guest's disk that we want to read.
You can either give the path to the backing device ("/path/to/disk") or the target
name (eg. "sda").
In either case use "virsh dumpxml DOMAIN" to list possible disks. Look for
"<source dev=...>" or "<source file=...>" or "<target dev=...>" in the XML.
Use nbdkit-libvirt-plugin online using onworks.net services