Getting NFS clients to retry mount if NFS server down when client boots
- by z0mbix
I have an NFS server that several clients mount. I am using the following in my /etc/exports on the server:
/content *(rw,no_root_squash)
and on the clients in my /etc/fstab I have:
content.prd.domain.tld:/content /content nfs rw,hard,intr 0 0
If the clients boot while the NFS server is down, the share does not…