Use all remaining free extents in the VG.
Section: LVM Basics
Create a logical volume with remaining free space
bash
bash
sudo lvcreate -l 100%FREE -n lvdata vgdataExplanation
Use all remaining free extents in the VG.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing LVM Basics
Create a logical volume by size
Allocate a fixed-size LV from a volume group.
Initialize a physical volume
Prepare a partition or whole device for LVM use.
Display physical volume details
Verbose physical volume information including UUID and extents.