1QEMU-NBD(8)                                                        QEMU-NBD(8)
2
3
4

NAME

6       qemu-nbd - QEMU Disk Network Block Device Server
7

SYNOPSIS

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

DESCRIPTION

12       Export Qemu disk image using NBD protocol.
13

OPTIONS

15       filename
16            is a disk image filename
17
18       -p, --port=port
19             port to listen on (default B<1024>)
20
21       -o, --offset=offset
22             offset into the image
23
24       -b, --bind=iface
25             interface to bind to (default B<0.0.0.0>)
26
27       -k, --socket=path
28             Use a unix socket with path I<path>
29
30       -r, --read-only
31             export read-only
32
33       -P, --partition=num
34             only expose partition I<num>
35
36       -s, --snapshot
37             use snapshot file
38
39       -n, --nocache
40             disable host cache
41
42       -c, --connect=dev
43             connect I<filename> to NBD device I<dev>
44
45       -d, --disconnect
46             disconnect the specified device
47
48       -e, --shared=num
49             device can be shared by I<num> clients (default B<1>)
50
51       -t, --persistent
52             don't exit on the last connection
53
54       -v, --verbose
55             display extra debugging information
56
57       -h, --help
58             display this help and exit
59
60       -V, --version
61             output version information and exit
62

SEE ALSO

64       qemu-img(1)
65

AUTHOR

67       Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>.  This is
68       free software; see the source for copying conditions.  There is NO
69       warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
70       PURPOSE.
71
72
73
74                                  2010-10-19                       QEMU-NBD(8)
Impressum