Programster's Blog

Tutorials focusing on Linux, programming, and open-source

CentOS 7 - Mount NFS Share

First install the necessary packages.

sudo yum install nfs-utils nfs-utils-lib

Then edit your /etc/fstab file and add the share.

[ip-of-sharing-server]:[/path/to/share] [/path/to/mount/point] nfs defaults 0 2 

References

Last updated: 16th August 2018
First published: 16th August 2018