mount.nfs:挂载时服务器拒绝访问:/挂载/测试

mount.nfs:挂载时服务器拒绝访问:/挂载/测试

安装 NFS 共享时遇到奇怪的问题。

服务器:操作系统 Debian 9。/etc/exports:

/var/www    <CLIENT_IP>(rw,sync,fsid=fd095945-8ace-4f31-b349-91bf805ca2ea,no_root_squash,crossmnt,insecure,no_subtree_check)
/mount/test <CLIENT_IP>(rw,sync,no_root_squash,crossmnt,insecure,no_subtree_check)

显示挂载-e:

/mount/test <CLIENT_IP>
/var/www    <CLIENT_IP>

客户端:具有最新更新的 Ubuntu 14.04,同时尝试挂载任何现有共享 - 出现错误:

mount.nfs: access denied by server while mounting <CLIENT_IP>:/mount/test

接下来奇怪的(对我来说)事情:我可以像这样挂载共享:

mount <SERVER_IP>:/ /mnt/nfs

/mnt/nfs 现在有一个在服务器上导出的子目录,但是当我尝试输入 /mnt/nfs 中的目录时出现错误:

bash: cd: mount/: Permission denied

有人可以推进我吗?

相关内容