3 usage: qemu-nbd [OPTION]... @var{filename}
7 @c man begin DESCRIPTION
9 Export QEMU disk image using NBD protocol.
16 is a disk image filename
17 @item -p, --port=@var{port}
18 port to listen on (default @samp{1024})
19 @item -o, --offset=@var{offset}
21 @item -b, --bind=@var{iface}
22 interface to bind to (default @samp{0.0.0.0})
23 @item -k, --socket=@var{path}
24 Use a unix socket with path @var{path}
27 @item -P, --partition=@var{num}
28 only expose partition @var{num}
33 @item -c, --connect=@var{dev}
34 connect @var{filename} to NBD device @var{dev}
35 @item -d, --disconnect
36 disconnect the specified device
37 @item -e, --shared=@var{num}
38 device can be shared by @var{num} clients (default @samp{1})
39 @item -t, --persistent
40 don't exit on the last connection
42 display extra debugging information
44 display this help and exit
46 output version information and exit
54 @settitle QEMU Disk Network Block Device Server
57 Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>.
58 This is free software; see the source for copying conditions. There is NO
59 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.