hi,
i have installed a fresh fedora 17.
i want to mount nfs shares on boot using fstab.
here is a snippet from my fstab:
192.168.0.4:/Pictures /home/george/Pictures nfs _netdev 0 0
I have enabled the network manager wait service:
systemctl enable NetworkManager-wait-online.service
i have also increased the wait time in the service above to 60 seconds.
still it does not mount.
when looking at the /var/log/boot.log file i see error just before the mounting:
Failed to start NFS file locking service..
See 'systemctl status nfs-lock.service' for details.
[ESC[1;32m OK ESC[0m] Reached target Remote File Systems (Pre).
Mounting /home/george/Pictures...
Starting Sendmail Mail Transport Agent...
[ESC[1;31mFAILEDESC[0m] Failed to mount /home/george/Pictures.
See 'systemctl status home-george-Pictures.mount' for details.
when looking at both status files i see the same error:
rpc.statd is not running
can you please help me?