nbd-trdump

Network Block Device protocol - server

Install

All systems
curl cmd.cat/nbd-trdump.sh
Debian Debian
apt-get install nbd-server
Ubuntu
apt-get install nbd-server
Alpine
apk add nbd
Arch Arch Linux
pacman -S nbd
image/svg+xml Kali Linux
apt-get install nbd-server
Fedora
dnf install nbd
Windows (WSL2)
sudo apt-get update sudo apt-get install nbd-server
Raspbian
apt-get install nbd-server
Docker
docker run cmd.cat/nbd-trdump nbd-trdump powered by Commando

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.

nbd

tools for network block devices, allowing you to use remote block devices over TCP/IP