Step 1 – To mount an NFS share on a Linux system first you’ll need to install the NFS utils package.
yum install nfs-utils
Step 2 – Create local directory as a mount point for mounting the remote NFS file system
mkdir /repolist
Step 3 – Manually mount the NFS Share with mount command
Continue reading