Solaris how identified which nfs client are mounting a share

opensolarissolaris

We have a solaris nfs server and we have a share that was shared to everyone, now i would like to know which clients are mounting this share, on linux i can use showmount -a nfsserver, but on solaris showmount doesn't work

Best Answer

Solaris is not Linux. Linux is not UNIX. Solaris is UNIX.

Having said that :

$ dfmounts
RESOURCE     SERVER PATHNAME                  CLIENTS
  -            nfssvr /export/bootfs          192.168.35.214,nfsclient

So use dfmounts.

Related Topic