1834461 Members
3160 Online
110067 Solutions
New Discussion

Re: NFS Mounts

 
SOLVED
Go to solution

NFS Mounts

How can I tell what nodes are using my nfs exported file system
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: NFS Mounts

I think you want the showmount command.


Pete

Pete
Henk Geurts
Esteemed Contributor

Re: NFS Mounts

showmount tells it all
Sanjay_6
Honored Contributor

Re: NFS Mounts

Hi,

Try,

showmount -a

Hope this helps.

Regds
Geoff Wild
Honored Contributor
Solution

Re: NFS Mounts

showmount -a


Example:

# showmount -a
prdbf:/export/data/sap/IPR/ARCHIVE
prdbf:/export/sapmnt/IPR
ocel.mydomain.com:/export/sapmnt/PRD
svr031:/export/usr/sap/trans


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.

Re: NFS Mounts

DUH??? Thanks all