How to Install lvm2 in Ubuntu 18.04



Install lvm2 by entering the following commands in the terminal:

sudo apt update
sudo apt install lvm2

Description:

Linux Logical Volume Manager

This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM supports enterprise level volume management of disk and disk subsystems by grouping arbitrary disks into volume groups. The total capacity of volume groups can be allocated to logical volumes, which are accessed as regular block devices.

Homepage: http://sources.redhat.com/lvm2/

Version: 2.02.176-4.1ubuntu3

Section: admin