Connecting to the NFS Share
Folders
There
are three ways to mount an NFS export on a client system, assuming the server
has given the client permission to do so:
1.
Use the mount
command along with the server name, exported directory, and local mount point.
2.
Add the
export to /etc/fstab so it is automatically mounted at boot time or is Available
to be mounted.
3.
Use the
autofs service to mount the share when a user attempts to access it from a client.