关于nfs报错failed, reason given by server: Permission denied
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-03-30
原来nfs的exports文件如下:
/home 192.168.100.*(rw,sync,no_root_squash,no_all_squash,no_subtree_check)
工作正常.
但是IT配置了代理设置以后,发现nfs用不了了,盒子mount时报错
Server returned error -101 while mounting /home/jacky/Trident-SDK-3.2//SRC/target/output/imgs/sage_512M-singlehd_license_free-gnu-4.4.0-linux-retail/rootfs.tmplt
在主机上自己mount也报错:
mount -t nfs -o nolock,tcp,rw,nfsvers=3 192.168.100.180:/home/jacky/Trident-SDK-3.2//SRC/target/output/imgs/sage_512M-singlehd_license_free-gnu-4.4.0-linux-retail/rootfs.tmplt /mnt 网上g了一下把export改为: /home *(rw,sync,no_root_squash,no_all_squash,no_subtree_check) 一切正常 本文出自 “叶落花开” 博客,请务必保留此出处http://wb127.blog.51cto.com/2232662/598282
|
|
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: Linux下安装jdk1.6和tomcat下一篇: linux安装mysql数据库
关于关于nfs报错failed, reason given by server: Permission denied的所有评论