
lvextend
List of commands for lvextend:
-
lvextend:tldr:1236e lvextend: Increase a volume's size by 40 GB as well as the underlying filesystem.$ lvextend --size +${40G} -r ${logical_volume}try on your machineexplain this command
-
lvextend:tldr:37e39 lvextend: Increase a volume's size to 100% of the free physical volume space.$ lvextend --size ${100}%FREE ${logical_volume}try on your machineexplain this command
-
lvextend:tldr:7195b lvextend: Increase a volume's size to 120 GB.$ lvextend --size ${120G} ${logical_volume}try on your machineexplain this command