博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

厚积而薄发

巧者劳而智者忧
meteorm.cublog.cn
Resolving "permission denied" when doing NFS mount
Problem:
Encountered error "permission denied" when mounting from one
machine to another machine over NFS.
Solution:
Check the following:
1)  Make sure that you are a super-user when mounting.
2)  Check on the machine mounting to and make sure that the disk is shared.
You can do so with the "exportfs" command which invokes the share
command to print out a list of all currently shared NFS filesystems. If not
shared, then share it by doing the following:
    a)  for local share:  "share /path"
    b)  for NFS share:  "share -F nfs -o rw=machine-to-mount-from,root=machine-
        to-mount-from /path/you/like/to/share".  For example:
        share -F nfs -o rw=benchley,root=benchley /usr/gds.tigger
http://support.codegear.com/cn/print/35306

 原文地址 http://support.codegear.com/cn/print/35306
发表于: 2008-05-05,修改于: 2008-05-05 13:49,已浏览103次,有评论0条 推荐 投诉

给我留言
版权所有 ChinaUnix.net 页面生成时间:3.86099