Im installing a fresh new Jessie image to my second Pi, a linux beginner im copy the config from the running Wheezy on to the new Jessie. So far so good but whith the NFS mounts in /etc/fstab it will not start, an mount by cli works like a charme.
Old and working wheezy /etc/fstab config:
Code: Select all
172.16.1.2:/volume1/pi /mnt/backup nfs rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=172.16.1.2,mountvers=3,mountport=892,mountproto=udp,local_lock=none,addr=172.16.1.2
Code: Select all
/volume1/pi 172.16.1.0/24(rw,async,no_wdelay,no_root_squash,insecure_locks,sec=sys,anonuid=1025,anongid=100)
Code: Select all
sudo mount -t nfs 172.16.1.2:/volume1/pi /mnt/backup