[Solved] NAS mount problems. Wrong nfsvers?

I’m having difficulty mounting my NAS NFS shares from my Pi-volumio-hifiberry. The NFS shares are happily mounted on various other Linux boxes.

The errors I get for various mount flags are:

nfsvers=3,ro,noatime
ERROR mount.nfs: requested NFS version or transport protocol is not supported

nfsvers=2,ro,noatime
ERROR mount.nfs: requested NFS version or transport protocol is not supported

ro,noatime
i-data/3e634b55/nfs/NASmcbrown/home/mcbrown/Music/NASMusic/temp
ERROR /var/log/php_errors.log gives time out

ro,noatime,noacl
ERROR /var/log/php_errors.log gives time out

ro,noatime,noacl,soft,nolock,noexec
ERROR /var/log/php_errors.log gives time out

I guess the timeing out is better than the protocol not supported.

Any ideas as what to try next?

Many thanks,

Simon.

So stupid! mixed up 119 with 116 in the ip address. :blush:

Seems to work fine with just ro,noatime

Sorry to waste forum time/space/electrons.

Simon.