加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

NFS mount failed server Permission denied的解决方法

(2013-12-10 17:09:39)
分类: 性能测试之【Unix篇】
问题:
On a client machine:
[root@xxx]# mount -t nfs machine1:/opt/Oracle /opt/Oracle/
mount: machine1:/opt/Oracle failed, reason given by server: Permission denied


解决办法:
1)修改 /etc/exports on server machine
/opt/Oracle        192.168.5.2(rw)

note: 192.168.5.2 is client's ipaddress

2)然后重启服务
service nfs restart

note:
1) if you meet an error about "service: Command not found",go to /sbin directory run "./service nfs restart".
2) if you meet an error about "ifconfig: Command not found.", go to /sbin directory run "./ifconfig".

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有