标签:linux
在NFS服务端可以通过cat /var/lib/nfs/etab查看NFS服务端配置参数的细节。在NFS客户端可以通过cat /proc/mounts查看mount的挂载参数细节。
客户端也可以用df -hT 但是有时会卡住,推荐cat /proc/mounts
本文出自 “sandshell” 博客,请务必保留此出处http://sandshell.blog.51cto.com/9055959/1954104
标签:linux
原文地址:http://sandshell.blog.51cto.com/9055959/1954104