forked from study-area-cn/learn-linux-basic
初步书写VMware添加硬盘
This commit is contained in:
parent
65f3b59c4a
commit
6077fb8047
|
@ -2,3 +2,4 @@ book
|
||||||
node
|
node
|
||||||
study-area-home-action-deps
|
study-area-home-action-deps
|
||||||
study-area-action-deps
|
study-area-action-deps
|
||||||
|
.vscode/settings.json
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
|
@ -1 +1,19 @@
|
||||||
# 在 VMWare Workstation 上创建虚拟磁盘
|
# 在 VMWare Workstation 上创建虚拟磁盘
|
||||||
|
|
||||||
|
> 上级目录:[磁盘分区以及文件系统](../diskpart_and_filesystem.md)
|
||||||
|
|
||||||
|
按照上篇文件,我们接下来需要创建一个虚拟磁盘。
|
||||||
|
|
||||||
|
## 打开虚拟机
|
||||||
|
|
||||||
|
首先,打开你的 VMWare Workstation Pro 并选择你的虚拟机
|
||||||
|
![Open VM](./assets/2.2.2.vmware.1.png)
|
||||||
|
|
||||||
|
## 配置磁盘
|
||||||
|
|
||||||
|
我们打开设置
|
||||||
|
![Open Settings](./assets/2.2.2.vmware.2.png)
|
||||||
|
|
||||||
|
在左边找到 `硬盘`
|
||||||
|
![Open Disks](./assets/2.2.2.vmware.3.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue