add new chinese translations
This commit is contained in:
13
pages.zh/linux/lvreduce.md
Normal file
13
pages.zh/linux/lvreduce.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# lvreduce
|
||||
|
||||
> 减小逻辑卷的大小。
|
||||
> 另见:`lvm`。
|
||||
> 更多信息:<https://manned.org/lvreduce>。
|
||||
|
||||
- 将卷的大小减少到 120 GB:
|
||||
|
||||
`lvreduce --size {{120G}} {{logical_volume}}`
|
||||
|
||||
- 将卷的大小减少 40 GB,并同时调整底层文件系统:
|
||||
|
||||
`lvreduce --size -{{40G}} -r {{logical_volume}}`
|
Reference in New Issue
Block a user