Files
tldr/pages.zh/linux/lvreduce.md

13 lines
316 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lvreduce
> 减小逻辑卷的大小。
> 另见:`lvm`。
> 更多信息:<https://manned.org/lvreduce>。
- 将卷的大小减少到 120 GB
`lvreduce --size {{120G}} {{logical_volume}}`
- 将卷的大小减少 40 GB并同时调整底层文件系统
`lvreduce --size -{{40G}} -r {{logical_volume}}`