linux NFS 客户端的安装


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/


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM