June 2Jun 2 Author 15 hours ago, dedi said:So I run into the same issue with the current version of OSMC.I solved it with AI, by adding the following lines to /etc/nfs.conf on my Unraid host (file didn't exist before for me):[nfsd] vers4.0=y vers4.1=y vers4.2=yQuick console command to add it and restart nfs:cat << 'EOF' >> /etc/nfs.conf [nfsd] vers4.0=y vers4.1=y vers4.2=y EOF /etc/rc.d/rc.nfsd restartIt worked after rebooting my OSMC.To make it permanent, place it in the go file (did not test the reboot right now):cat << 'EOF' >> /boot/config/go cat << 'INNER_EOF' >> /etc/nfs.conf [nfsd] vers4.0=y vers4.1=y vers4.2=y INNER_EOF /etc/rc.d/rc.nfsd restart EOFI hope this is something to setup in the GUI in the future.This worked for me. Thank you so much!!! Now i need to add to my Go file. Hopefully a permanent fix is in the works. FYI. I configured Unraid and Kodi for NFS version 4. Edited June 3Jun 3 by mhaaland Correction
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.