Update resize_vmdisk.md
This commit is contained in:
parent
11fc8c5342
commit
25dae52d08
|
|
@ -189,12 +189,12 @@ Resize '/' of 'max'
|
||||||
|
|
||||||
**重新挂载分区**
|
**重新挂载分区**
|
||||||
|
|
||||||
本文扩展的是根分区“/”,所以接下来我们重新挂载"/”根分区
|
本文扩展的是根分区 **“/”** ,所以接下来我们重新挂载 **“/”** 根分区
|
||||||
|
|
||||||
执行命令:
|
执行命令:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mount -o remount,rw /
|
mount -o remount,rw /
|
||||||
```
|
```
|
||||||
|
|
||||||
**同步数据**
|
**同步数据**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue