问题:客户端在nfs文件目录下读写文件提示Permission denied:
解决方法:
修改/etc/exports 中 文件共享方式为 no_root_squash
no_root_squash:登入 NFS 主机使用分享目录的使用者,如果是 root 的话,那么对于这个分享的目录来说,他就具有 root 的权限!这个项目『极不安全』,不建议使用!
root_squash:在登入 NFS 主机使用分享之目录的使用者如果是 root 时,那么这个使用者的权限将被压缩成为匿名使用者,通常他的 UID 与 GID 都会变成 nobody 那个系统账号的身份。
问题:目标板mount nfs文件时提示rpcbind: server localhost not responding, timed out
解决:
mount -o nolock -t ...