How can i find which clients are mounting the NFS shares from a solaris 10 NFS server ? i have tried using dfshare on the server which returns nothing.
dfshares -F nfs
cheers osp
How can i find which clients are mounting the NFS shares from a solaris 10 NFS server ? i have tried using dfshare on the server which returns nothing.
dfshares -F nfs
cheers osp
Use
showmount
:/usr/sbin/showmount -d
will give you all the mounted directories by remote clients