linux NFS 客户端的安装

南楼画角 提交于 2019-11-26 16:52:41

1. 安装 showmount

 

[root@allentuns ~]# yum -y install showmount

 

2. 查看服务器共享

 

[root@allentuns ~]# showmount -e 192.168.1.4

 

Export list for 192.168.1.4:

 

/web/htdocs 192.168.1.5

 

3. 客户端挂载到本地

 

 

total 0

 

[root@allentuns ~]# mount -t nfs 192.168.1.4:/web/htdocs /mnt/

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!