Below is the command to manually mount NFS share on Linux hosts. In this example we are mounting NFSv3 share.
For e.g. if Storage IP is 10.10.10.10 and Share name is /export/testshare and your local directory which you are trying to mount as NFSv3 share is app-share, your mount command will look as follows:
mount
-t nfs -o vers=3 <Storage IP>:<ShareName> <Local NFS Share Name>
For e.g. if Storage IP is 10.10.10.10 and Share name is /export/testshare and your local directory which you are trying to mount as NFSv3 share is app-share, your mount command will look as follows:
mount
-t nfs -o vers=3 10.10.10.10:/export/testshare/app-share
Products to which Article Applies
This Note applies to all Linux and UNIX hosts.
tarun boyella
No comments:
Post a Comment