Hi,
first of all: installed OSMC on my brand new RPi 2 - and it’s GREAT! I’m looking forward supporting you to get it out of alpha asap (currently using Aplha 4)
So here’s my first finding:
On the old RPi I used an NFS mount on OS level (instead the NFS link within XBMC/Kodi) as it was significantly faster and enabled me to run HD movies without issues.
No surprise, this is still a bottleneck on the RPi2 so I took over the fstab entry from the old RPi to the new RPi 2:
192.168.0.156:/Multimedia /mnt/Multimedia nfs proto=tcp,rsize=32768,timeo=6,retrans=9,nouser,atime,auto,rw,dev,exec,suid,nolock 0 0
(BTW: proto and rsize are a result of heavy individual testing and proven to work best in MY environment, may not apply to others)
Problems:
- the NFS share does not mount automatically on boot (error message is displayed, saying something of “check systemctl status mnt-Multimedia.mount for more details”
- accessing the NFS share (once manually mounted) results in a freeze/crash after a couple of seconds (scanning the library). Network connection is dropped, screen is frozen
Searching this forum I found a slightly different fstab
192.168.0.156:/Multimedia /mnt/Multimedia nfs defaults,nolock,x-systemd.automount
which does resolve the freeze problem but still does not mount on boot