Blame view

Documentation/blockdev/nbd.txt 1 KB
ef8d9e7db   Markus Pargmann   Documentation: nb...
1
2
  Network Block Device (TCP version)
  ==================================
5e4b269bc   Wouter Verhelst   nbd: update docum...
3

ef8d9e7db   Markus Pargmann   Documentation: nb...
4
5
  1) Overview
  -----------
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6

ef8d9e7db   Markus Pargmann   Documentation: nb...
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  What is it: With this compiled in the kernel (or as a module), Linux
  can use a remote server as one of its block devices. So every time
  the client computer wants to read, e.g., /dev/nb0, it sends a
  request over TCP to the server, which will reply with the data read.
  This can be used for stations with low disk space (or even diskless)
  to borrow disk space from another computer.
  Unlike NFS, it is possible to put any filesystem on it, etc.
  
  For more information, or to download the nbd-client and nbd-server
  tools, go to http://nbd.sf.net/.
  
  The nbd kernel module need only be installed on the client
  system, as the nbd-server is completely in userspace. In fact,
  the nbd-server has been successfully ported to other operating
  systems, including Windows.
4e5b44ca7   Markus Pargmann   Documentation: nb...
22
23
24
25
26
27
28
29
30
  
  A) NBD parameters
  -----------------
  
  max_part
  	Number of partitions per device (default: 0).
  
  nbds_max
  	Number of block devices that should be initialized (default: 16).