Update resize_vmdisk.md
This commit is contained in:
parent
0f2a2eb75a
commit
01555d0c62
|
|
@ -93,8 +93,14 @@ Device Boot Start End Sectors Size Id Type
|
||||||
|
|
||||||
**查看分区大小**
|
**查看分区大小**
|
||||||
|
|
||||||
|
执行命令:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
df -hT
|
df -hT
|
||||||
|
```
|
||||||
|
结果如下:
|
||||||
|
|
||||||
|
```shell
|
||||||
Filesystem Type Size Used Avail Use% Mounted on
|
Filesystem Type Size Used Avail Use% Mounted on
|
||||||
udev devtmpfs 496M 0 496M 0% /dev
|
udev devtmpfs 496M 0 496M 0% /dev
|
||||||
tmpfs tmpfs 103M 1.5M 101M 2% /run
|
tmpfs tmpfs 103M 1.5M 101M 2% /run
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue