drbdmeta
RAID 1 over TCP/IP for Linux (user utilities)
Install
- All systems
-
curl cmd.cat/drbdmeta.sh
- Debian
-
apt-get install drbd-utils
- Ubuntu
-
apt-get install drbd-utils
- Alpine
-
apk add drbd-utils
- Arch Linux
-
pacman -S drbd-utils
- Kali Linux
-
apt-get install drbd-utils
- Fedora
-
dnf install drbd-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install drbd-utils
- Raspbian
-
apt-get install drbd8-utils
- Dockerfile
- dockerfile.run/drbdmeta
- Docker
-
docker run cmd.cat/drbdmeta drbdmeta
powered by Commando
drbd-utils
RAID 1 over TCP/IP for Linux (user utilities)
Drbd is a block device which is designed to build high availability clusters by providing a virtual shared device which keeps disks in nodes synchronised using TCP/IP. This simulates RAID 1 but avoiding the use of uncommon hardware (shared SCSI buses or Fibre Channel). It is currently limited to fail-over HA clusters. This package contains the programs that will control the drbd kernel module provided in the Linux kernel.
drbd8-utils
RAID 1 over TCP/IP for Linux (user utilities)
Drbd is a block device which is designed to build high availability clusters by providing a virtual shared device which keeps disks in nodes synchronised using TCP/IP. This simulates RAID 1 but avoiding the use of uncommon hardware (shared SCSI buses or Fibre Channel). It is currently limited to fail-over HA clusters. This package contains the programs that will control the drbd kernel module provided in the Linux kernel.