nfs远程挂载异常
mount -t nfs 172.*.*.13:/app/tomcat/webapps/test/fileUpload /app/tomcat/webapps/test/fileUpload
mount.nfs: access denied by server while mounting 172.*.*.13:/app/tomcat/webapps/test/fileUpload
解决方案
#修改NFS配置文件
vim /etc/exports
#增加一行 /app/tomcat/webapps/test/fileUpload/ 172.*.*.18(rw,sync,no_root_squash)
#重启服务
service nfs restart
#重启挂载
mount -t nfs 172.*.*.13:/app/tomcat/webapps/test/fileUpload /app/tomcat/webapps/test/fileUpload
博客聚焦于NFS远程挂载异常问题,给出了解决方案,为解决NFS挂载异常提供了信息技术方面的有效思路。
1万+

被折叠的 条评论
为什么被折叠?



