When i try to mount NFS Shares on my client machine, i getting an error (Not able to mount nfs share on client “mount: wrong fs type, bad option, bad superblock“)
Upon checking, i noticed that nfs-utils is not install on RedHat minimal installation.
To install nfs-utils on RedHat, just enter following command
yum install nfs-utils
Next, try to mount the NFS share again, it should work as expected. 🙂