lvmpolld
LVM2 includes all of the support for handling read/write
Install
- All systems
-
curl cmd.cat/lvmpolld.sh
- Debian
-
apt-get install lvm2
- Ubuntu
-
apt-get install lvm2
- Alpine
-
apk add lvm2
- Arch Linux
-
pacman -S lvm2
- Kali Linux
-
apt-get install lvm2
- Fedora
-
dnf install lvm2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lvm2
- Raspbian
-
apt-get install lvm2
- Dockerfile
- dockerfile.run/lvmpolld
- Docker
-
docker run cmd.cat/lvmpolld lvmpolld
powered by Commando
lvm2
LVM2 includes all of the support for handling read/write
operations on physical volumes (hard disks, RAID-Systems, magneto optical, etc., multiple devices (MD), see mdadm(8) or even loop devices, see losetup(8)), creating volume groups (kind of virtual disks) from one or more physical volumes and creating one or more logical volumes (kind of logical partitions) in volume groups.