Main Menu

Search

LINUX: How To List All Available Shares Of Storage Server Which Can Be Mounted On Linux Clients? ("showmount" command)

"showmount" command can be used to list all available shares of Storage server which can be mounted on Linux clients. Below is "showmount" command which can be used on Linux hosts.
showmount -e <Storage Server IP>

Below is example snippet of above command.

# showmount -e 10.10.10.30
Export list for 10.10.10.30:
/export/Test1                       (everyone)
/export/Test                           (everyone)
/export/share1                         (everyone)
/export/share2                         (everyone)
/export/share3                         (everyone)


Products to which Article Applies


All Linux Operating Systems

Additional References


https://docs.oracle.com/cd/E19253-01/816-4555/rfsrefer-34/index.html






tarun boyella

No comments:

Post a Comment