nbd-server
Network Block Device protocol - server
Install
- All systems
-
curl cmd.cat/nbd-server.sh
- Debian
-
apt-get install nbd-server
- Ubuntu
-
apt-get install nbd-server
- Arch Linux
-
pacman -S nbd-server
- Kali Linux
-
apt-get install nbd-server
- Fedora
-
dnf install nbd-server
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nbd-server
- Raspbian
-
apt-get install nbd-server
- Dockerfile
- dockerfile.run/nbd-server
nbd-server
Network Block Device protocol - server
Network Block Device (NBD) is a client/server protocol that emulates a block device (such as a hard disk, a floppy, or a CD-ROM) over the network, thus giving the system the ability to swap over the network, or to use raw network disk space for other purposes. However, writing to one Network Block Device from different clients simultaneously is not recommended, and would probably result in data loss. If you want multiple clients to share a remote resource, use a network file system such as NFS or Coda. This package provides the server binary for NBD.