Re: Mounting an NFS directory in /etc/fstab

Posted by TrevorH on 2011/12/4 0:38:08
I do remember doing this a few years ago and I had to amend the order of some of the start-up scripts. Looking at my CentOS 5 box which is the only one I use as an NFS server, in /etc/rc3.d I see that I have S25netfs and S60nfs which means that it will attempt to mount the NFS file systems before it has started the NFS daemons. The solution was to rename the start up script so that netfs ran after nfs.

This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=56&topic_id=34540&post_id=148581