Solaris8下的nfs共享目录,客户端没有写权限
设置/etc/dfs/dfstab文件如下:share -F nfs -o rw /export/home/log
nfs.server服务启动
客户端:mount -t nfs -o rw /export/home/log /mmmmm
然后进行写操作,系统提示没有权限,请问该如何解决? rw only gives you to ability to change the files on nfs mount. Whether you can write to the file or not still depends on the file permission. For examle, if you have a file owned by user test1 and the permission on the file is rw by test1. If, on nfs client side, you log in as user test2 and would like to change the file, the access will be denied. Also, root user on nfs client has additional limitation on permissions. 原帖由 xq10907 于 2007-2-25 22:59 发表
设置/etc/dfs/dfstab文件如下:
share -F nfs -o rw /export/home/log
nfs.server服务启动
客户端:mount -t nfs -o rw /export/home/log /mmmmm
然后进行写操作,系统提示没有权限,请问该如何解决?
share -F nfs -o root=x.x.x.x /export/home/log 问题解决了,谢谢! 楼上的怎么解决的? 原帖由 hail 于 2007-2-27 11:18 发表
share -F nfs -o root=x.x.x.x /export/home/log
按上面说的 好像smit nfs 里面有一个选项,修改nfs导出的时候不是nobody用户以root身份,是哪一个?
页:
[1]