RHEL 6 as NFS client

NFS client incantation on RHEL6

yum install rpcbind nfs-utils
service rpcbind start
service nfslock start
chkconfig rpcbind on
chkconfig nfslock on

And something like the following in /etc/fstab:

<server>:<remote_path> <local_path> nfs timeo=14,intr 0 0 

One response to “RHEL 6 as NFS client

  1. probably want _netdev in the options there too.

Leave a comment