2020-08-10 06:03:18 -05:00
|
|
|
# lvreduce
|
|
|
|
|
|
|
|
> Reduce the size of a logical volume.
|
2021-03-08 14:25:12 -05:00
|
|
|
> See also: `lvm`.
|
2024-06-18 17:51:22 +02:00
|
|
|
> More information: <https://manned.org/lvreduce>.
|
2020-08-10 06:03:18 -05:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Reduce a volume's size to 120 GB:
|
2020-08-10 06:03:18 -05:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`lvreduce {{[-L|--size]}} {{120G}} {{logical_volume}}`
|
2020-08-10 06:03:18 -05:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Reduce a volume's size by 40 GB as well as the underlying filesystem:
|
2020-08-10 06:03:18 -05:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`lvreduce {{[-L|--size]}} -{{40G}} {{[-r|--resizefs]}} {{logical_volume}}`
|