Provided by: kvm_72+dfsg-1ubuntu6_i386 bug

NAME

       qemu-nbd - QEMU Disk Network Block Device Server

SYNOPSIS

       usage: qemu-nbd [OPTION]...  filename

DESCRIPTION

       Export Qemu disk image using NBD protocol.

OPTIONS

       filename
            is a disk image filename

       -p, --port=PORT
             port to listen on (default `1024')

       -o, --offset=OFFSET
             offset into the image

       -b, --bind=IFACE
             interface to bind to (default `0.0.0.0')

       -k, --socket=PATH
             Use a unix socket with path PATH

       -r, --read-only
             export read-only

       -P, --partition=NUM
             only expose partition NUM

       -s, --snapshot
             use snapshot file

       -n, --nocache
             disable host cache

       -c, --connect
             connect FILE to NBD device DEV

       -d, --disconnect
             disconnect the specified device

       -e, --shared=NUM
             device can be shared by NUM clients (default '1')

       -t, --persistent
             don't exit on the last connection

       -v, --verbose
             display extra debugging information

       -h, --help
             display this help and exit

       -V, --version
             output version information and exit

SEE ALSO

       qemu-img(1)

AUTHOR

       Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>.  This is
       free software; see the source for copying conditions.  There is NO
       warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
       PURPOSE.

                                  2008-09-25                       QEMU-NBD(8)