/etc/fstab 中是这么写的
xxx.cn-hangzhou.nas.aliyuncs.com:/ /nas nfs4 auto 0 0
但服务器启动时不能自动挂载,在 ubuntu 上没这个问题
通过下面的命令可以正常挂载
mount -t nfs4 xxx.cn-hangzhou.nas.aliyuncs.com:/ /nas
用的是 centos 7.3
请问如何解决这个问题?
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
这个链接应该能解决你的问题:https://www.centos.org/forums/viewtopic.php?t=8825
通过
systemctl status nas.mount
命令找到了问题原因,是服务器启动时 dns 解析阿里云 nas 挂载地址失败