October 2016
Beginner
406 pages
7h 50m
English
This recipe continues where the previous recipe left off, showing you how to configure NFS on a client system.
This recipe requires a CentOS system with a working network connection. It assumes that an NFS server has been configured as explained in the previous recipe. You'll also need administrative privileges provided by logging in with the root account.
Follow these steps to configure an NFS client:
nfs-utils and libnfsidmap packages:
yum install nfs-utils libnfsidmap
mkdir /mnt/nfs
rpcbind service and register it so that it will start when the server boots:Read now
Unlock full access