Comment 55 for bug 275451

Revision history for this message
Jeroen Baten (jbaten) wrote :

Actually, what solves the issue is adding _netdev to the nfs mount options in fstab. This way it is mounted after the network has come up.

Example:

10.1.1.1:/home /home nfs rsize=32768,wsize=32768,intr,noatime,_netdev 0 0

this fixed it for me.