我们有一台 solaris nfs 服务器,并且我们有一个共享给所有人,现在我想知道哪些客户端正在挂载这个共享,在 linux 上我可以使用 showmount -a nfsserver,但在 solaris 上 showmount 不起作用
答案1
Solaris 不是 Linux。Linux 不是 UNIX。Solaris 是 UNIX。
话说回来 :
$ dfmounts
RESOURCE SERVER PATHNAME CLIENTS
- nfssvr /export/bootfs 192.168.35.214,nfsclient
因此使用 dfmounts。