摘要:
我使用的是阿里云云服务器想挂载NFS用于和终端机传输数据,但是报错信息mount.nfs:access denied by server while mounting本以为是防火墙的原因,于是关闭了防火墙,问题依旧。/etc/exports设置的很简单/home/nfs *(rw,sync,no_subtree_check)查看 exports 手册中关于 secure 选项说明man exportssecure,This option requires that requests originate on an Internet port less than IPPORT_RESERV... 阅读全文