This procedure can be used to identify file systems on a known server that are shared using the NFS service.
# *List the file systems.*
The following command shows all of the NFS file systems that are shared. The output includes information about who can mount the file system.
{code}
% showmount -e remoteserver
export list for remoteserver:
/export/home (everyone)
{code}
{include:bottom_navigation}
# *List the file systems.*
The following command shows all of the NFS file systems that are shared. The output includes information about who can mount the file system.
{code}
% showmount -e remoteserver
export list for remoteserver:
/export/home (everyone)
{code}
{include:bottom_navigation}