This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
xslu_dase_ecnu_edu_cn
/
cloud-computing-course
Watch
3
Star
0
Fork
4
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update Assignment7.md
wangyu
陆雪松
4 years ago
parent
4261253f7c
commit
3b12da26ef
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Assignment7.md
+ 1
- 1
Assignment7.md
View File
@ -80,7 +80,7 @@ NFS(Network File System)是一个能够使得本地主机访问远程主机
#### 3)在云主机上挂载文件存储,挂载点为/mnt
```
sudo
yum
mount -t nfs4 你的文件存储IP地址:/ /mnt
sudo mount -t nfs4 你的文件存储IP地址:/ /mnt
```
#### 4)运行如下命令查看当前云主机的文件系统
Write
Preview
Loading…
Cancel
Save