"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.
Below is example snippet of above command.
https://docs.oracle.com/cd/E19253-01/816-4555/rfsrefer-34/index.html
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)
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