lvm
linux
Manage physical volumes, volume groups, and logical volumes using the Logical Volume Manager (LVM) interactive shell.
More info →Options (1)
-L, --sizebooleanCreate a logical volume with size 10G from volume group vg1
Example:
sudo lvm lvcreate {{[-L|--size]}} {{10G}} {{vg1}}Examples (8)
Create a volume group called vg1 from the physical volume on `/dev/sdXY`
made by @shridhargupta | data from tldr-pages