manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> Wouter"> Verhelst"> $Date$"> 8"> wouter@debian.org"> NBD-CLIENT"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; connect to a server running nbd-server(1), to use its exported block device &dhpackage; host port nbd-device -sdp -swap -persist -nofork -block-size block size -timeout seconds -name name &dhpackage; &dhpackage; DESCRIPTION With &dhpackage;, you can connect to a server running nbd-server, thus using raw diskspace from that server as a blockdevice on the local client. To do this, support from the Linux Kernel is necessary, in the form of the Network Block Device (NBD). When you have that, either in the kernel, or as a module, you can connect to an NBD server and use its exported file through a block special file with major mode 43. Optionally, long options can also be specified with two leading dashes. OPTIONS The following options are supported: Use a blocksize of "block size". Default is 1024; allowed values are either 512, 1024, 2048 or 4096 The hostname or IP address of the machine running nbd-server. Since 2.9.15, the NBD utilities support IPv6. Set the connection timeout to "seconds". For this to work, you need a kernel with support for the NBD_SET_TIMEOUT ioctl; this was introduced into Linus' tree on 2007-10-11, and will be part of kernel 2.6.24. The TCP port on which nbd-server is running at the server. This option is required, unless the -N option is specified, in which case it is not allowed. The block special file this nbd-client should connect to. Check whether the specified nbd device is connected. If the device is connected, &dhpackage; will exit with an exit state of 0 and print the PID of the &dhpackage; instance that connected it to stdout. If the device is not connected or does not exist (for example because the nbd module was not loaded), &dhpackage; will exit with an exit state of 1 and not print anything on stdout. If an error occurred, &dhpackage; will exit with an exit state of 2, and not print anything on stdout either. Disconnect the specified nbd device from the server When this option is specified, &dhpackage; will immediately try to reconnect an nbd device if the connection ever drops unexpectedly due to a lost server or something similar. Connect to the server using the Socket Direct Protocol (SDP), rather than IP. See nbd-server(1) for details. Specifies that this NBD device will be used as swapspace. This option attempts to prevent deadlocks by performing mlockall() at an appropriate time. It does not however guarantee that such deadlocks can be avoided. Specifies that the NBD client should not detach and daemonize itself. This is mostly useful for debugging. Note that nbd-client will still fork once to trigger an update to the device node's partition table. It is not possible to disable this. Specifies the name of the export that we want to use. Required if the port is not specified, not allowed in the other case. EXAMPLES Some examples of nbd-client usage: To connect to a server running on port 2000 at host "server.domain.com", using the client's block special file "/dev/nbd0": nbd-client server.domain.com 2000 /dev/nbd0 To connect to a server running on port 2001 at host "swapserver.domain.com", using the client's block special file "/dev/nbd1", for swap purposes: nbd-client swapserver.domain.com 2001 /dev/nbd1 -swap To disconnect the above connection again (after making sure the block special file is not in use anymore): nbd-client -d /dev/nbd1 SEE ALSO nbd-server (1). AUTHOR The NBD kernel module and the NBD tools have been written by Pavel Macheck (pavel@ucw.cz). The kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by Wouter Verhelst (wouter@debian.org) This manual page was written by &dhusername; (&dhemail;) for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.