fstab mount after network initialization
- by Philip
I'm automatically mounting a NFS with fstab. Sometimes the mount fails because the hostname of the NFS mount cannot be resolved (getaddrinfo failed). I'm assuming that this happens because the network initialization is slower than the mounts.
Is there any way to initialize the network before mounting any devices? I'm already using _netdev as a…