
lvreduce
List of commands for lvreduce:
-
lvreduce:tldr:42aca lvreduce: Reduce a volume's size to 120 GB.$ lvreduce --size ${120G} ${logical_volume}try on your machineexplain this command
-
lvreduce:tldr:7cd2a lvreduce: Reduce a volume's size by 40 GB as well as the underlying filesystem.$ lvreduce --size -${40G} -r ${logical_volume}try on your machineexplain this command