add new chinese translations
This commit is contained in:
21
pages.zh/linux/lvresize.md
Normal file
21
pages.zh/linux/lvresize.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# lvresize
|
||||
|
||||
> 更改逻辑卷的大小。
|
||||
> 另见:`lvm`。
|
||||
> 更多信息:<https://manned.org/lvresize>。
|
||||
|
||||
- 将逻辑卷的大小更改为 120 GB:
|
||||
|
||||
`lvresize --size {{120G}} {{volume_group}}/{{logical_volume}}`
|
||||
|
||||
- 将逻辑卷及其底层文件系统的大小扩展 120 GB:
|
||||
|
||||
`lvresize --size +{{120G}} --resizefs {{volume_group}}/{{logical_volume}}`
|
||||
|
||||
- 将逻辑卷的大小扩展到 100% 的可用物理卷空间:
|
||||
|
||||
`lvresize --size {{100}}%FREE {{volume_group}}/{{logical_volume}}`
|
||||
|
||||
- 将逻辑卷及其底层文件系统的大小减少 120 GB:
|
||||
|
||||
`lvresize --size -{{120G}} --resizefs {{volume_group}}/{{logical_volume}}`
|
Reference in New Issue
Block a user