NBD Linux's network block device implementation.
NBD is a Linux network block device, i.e. a storage media that is implemented via commands over TCP to a daemon running on a remote machine. It uses the nbd kernel module and the nbd-client daemon on the client side (where the block device is), and the nbd-server daemon on the server side (where the underlying storage is).
External links
- NBD home page
- xNBD, an alternate implementation of the client and server programs