Update resize_vmdisk.md

This commit is contained in:
aiminick 2019-01-09 22:03:28 +08:00 committed by GitHub
parent afe8e95b09
commit 71dffc9e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -144,7 +144,7 @@ Number Start End Size Type File system Flags
接下来输入如下命令 **resizepart** : 接下来输入如下命令 **resizepart** :
```shell ```shell
(parted) resizepart # 输入命令 (parted) resizepart # 输入命令 "resizepart" 进行分区扩展
Partition number? 1 # 输入需要扩展的分区编号,由于我们这的磁盘只有一个分区,所以输入 “1” Partition number? 1 # 输入需要扩展的分区编号,由于我们这的磁盘只有一个分区,所以输入 “1”
Warning: Partition /dev/sda1 is being used. Are you sure you want to continue? Warning: Partition /dev/sda1 is being used. Are you sure you want to continue?
Yes/No? yes # 确认继续,输入 "yes" Yes/No? yes # 确认继续,输入 "yes"