# LVM Extending from New Physical Volume
fdisk utility to create new partitionpvcreate /dev/<new partition>pvsvgextend <volume group> /dev/<new partition>lvextend -L+<size><G or M> /dev/<volume group>/<lv name>#For XFS:xfs_grow /<mount_point>#For EXT4:resize2fs /<mount>/<point>