Mac NFS 客户端(192.168.0.14)和 Debian NFS 服务器(192.168.0.3)。在 Mac 上,showmount -e
列出了 Debian 网络地址。但如果mount -t nfs -o resvport 192.168.0.3:/home/nfs /debian
,则显示错误mount:realpath /automount/static/debian operation not permitted
。/debian
是 Mac 上的本地目录。/home/nfs/
是 Debian 上要挂载的目录。
uname -a
在 Mac 上显示Darwin xx.xx.xx 8.11.1 Darwin Kernel Version 8.11.1
。uname -a
在 debian 上显示Linux debian.xx.xx 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64
。
我实际上在它们两个上都设置了导出,希望看到它们可以相互挂载。现在 debian 可以挂载到 Mac,但 Mac 无法挂载到 debian。超级用户也不起作用。
多谢!