Forrest logo
back to context overview

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 machine
    explain 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 machine
    explain this command
back to context overview