Hi!
This is just a heads up since I solved my problem through downgrading my kernel on the NFS server from 7.2.2 to 7.1.11. Hopefully somebody with the same issues finds this post.
I have mounted my music and video directories via NFS on my Vero 5 through /etc/fstab entries:
192.168.X.Y:/Server/Videos /ServernameVideos nfs noauto,x-systemd.automount 0 0
192.168.X.Y:/Server/Photos /Servername/Photos nfs noauto,x-systemd.automount 0 0
192.168.X.Y:/Server/Musik/FLAC /Servername/Musik/FLAC nfs noauto,x-systemd.automount 0 0
192.168.X.Y:/Server/Musik/MP3 /Servername/Musik/MP3 nfs noauto,x-systemd.automount 0 0
192.168.X.Y:/Server/Musik/Neu /Servername/Musik/Neu nfs noauto,x-systemd.automount 0 0
Yesterday my NFS server running on Arch Linux did an update to his kernel from 7.1.11 to 7.2. Then the weirdness begann⦠The Vero 5 simply stalled on video playback. Cause was a transferrate of about 30 kb/s for this /Servername/Vidoes NFS mount tested with dd. Strangely all other NFS mounts showed the normal 90 to 220 MB/s in my network, only the video share was slow! Music and pictures playback was still working on the Vero.
On another Linux crate (Gentoo Linux) with also kernel 7.2.2 like the server the Video NFS mount was also good with 90 MB/s (around 100 MB/s is the peak of my HDDs), so NFS on the server side seemed fine. After unsuccessfully fiddling with the mount parameters I decided to go back to kernel version 7.1.11-arch1-1 on the NFS server. And instantly the Vero 5 was back to normal NFS rates like before!
I suspect a strange incompatibility between the Vero 5 using kernel 4.9.269-93-osmc and Arch 7.2.2 in the NFS stack. Didnāt dig deeper into this, but nfstat, nfsiostat nor logs on both computers showed any hint on the culprit.
Ciao,
Martin