Search code examples
windowsnfs

Listing nfs shares exported on windows


I want to view the nfs shares that are exported on a windows server from a linux client. I know how to view the cifs shares(by using samba's "net rpc share .." command). How do I view the nfs shares?


Solution

  • nfs shares are displayed using showmount -e command