Show NFS shares | List NFS mount points | List NFS clients ...
https://www.golinuxcloud.com/shoUse mount to list NFS mount points We can use mount command to list NFS mount points on nfs-client. # mount | grep nfs 10.10.10.12:/nfs_shares on /mnt type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.10.10.16,local_lock=none,addr=10.10.10.12)