1834435 Members
2154 Online
110067 Solutions
New Discussion

Available NFS

 
SOLVED
Go to solution
Popy
Regular Advisor

Available NFS

Hello All,
Can anobody tell me how can we search the exported filesystems in a server (say server A) from another server (server B) provided I dont have access to server A.

Regards
Raneesh Vijayan
3 REPLIES 3
Prashant Zanwar_4
Respected Contributor

Re: Available NFS

Mount -v will give you the all the file systems mounted. You can look out for NFS mounts in that. Or also mount has option of seeing not locally mounted file systems.

Hope above helps
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Prashant Zanwar_4
Respected Contributor
Solution

Re: Available NFS

showmount -a from server B will tell you all NFS mounted file systems.

showmount -a | grep

Hope above helps
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Popy
Regular Advisor

Re: Available NFS


You r absolutely right Prashanth.
Thanks for the immediate reply.I appreciate you

Regards
Raneesh Vijayan