Hi all,
I ha an NFS share which I would like to mount at boot time. I have no problem mounting it after I log in, but during the startup it fails with '
mount.nfs: Network is unreachable' message.
My fstab record looks like this:
Code:
<IP address>:/remote/export /mnt/mountPoint nfs nfsvers=3,timeo=14,rw,noexec,hard,intr 0 0
Moreover, network is started before the NFS mount attempts.
Can anyone point me where the problem might be?
Thanks,
Tomas