Forum archive
NFS Share not mounting on Boot
I just installed TurnKeyLinux for the first time, and am working to mount my Unraid NFS shares.
I have the following in my fstab
192.168.11.41:/mnt/user/Public /mnt/nasbox nfs defaults 0 0And I can mount that share with mount -a
But on a reboot, the share is not automouting.
I did some searching as well, and some mentioned to remove the following directory
/var/run/network/mountnfsHowever, that directory is already not showing. So I have no idea why else it would not be mounting on boot.
Any ideas?
I have had very little exposure to NFS so I'm not sure that I can be a lot of help...
However I do know that mounting Samba shares on boot (via fstab) can also be a bit flakey. My understanding that this can be because fstab mounts are parsed fairly early in the boot process, and often networking is not yet available. End result is that the mount times out (because it can't connect with no networking).
Unfortunately I don't recall what the workaround was (I don't use Samba that much either...) but I recall that I did manage to sort it at the time... So hopefully if you keep in mind that TKL v12.x is basically a tricked out/minimised Debian Squeeze server then google may be of some asistance.