概述
sudo mount -o vers=4,tcp -t nfs4 128.224.166.113:/ tmp
/buildarea1 *(async,rw,insecure,insecure_locks,no_root_squash,fsid=1)
这里的fsid=1在nfs文件系统里再mount nfs是必须要的
/nfs *(rw,sync,no_root_squash,no_subtree_check,fsid=0)
/nfs *(rw,sync,no_root_squash,fsid=0)
mount -o vers=3 127.0.0.1:/nfs /mnt -v
/nfs *(rw,sync,no_root_squash)
最后
以上就是糟糕鲜花为你收集整理的NFS4 mount的全部内容,希望文章能够帮你解决NFS4 mount所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复