NFS not automatically mounting
by kevindd992002 from LinuxQuestions.org on (#5EJ7R)
I use these options in my fstab:
nfs vers=4.1,intr,hard 0 0
When power goes down, there's a race condition wherein my Debian server goes up faster than my DNS server so naturally the mount will fail. But my problem is that when my DNS server is already online, my Debian server never tries to remount this NFS share. Is there any solution/workaround to this?


nfs vers=4.1,intr,hard 0 0
When power goes down, there's a race condition wherein my Debian server goes up faster than my DNS server so naturally the mount will fail. But my problem is that when my DNS server is already online, my Debian server never tries to remount this NFS share. Is there any solution/workaround to this?