Hey there,
I'm using LE 10.0.0 on a Raspberry Pi 4.
I had previously no issues with setting up my NAS shares to connect to Kodi.
However, the other day I moved my NAS (also a Pi4, running Raspbian) to a new room in the house and I decided to give it an update.
I'm not sure if it was the update or something went weird when moving it, but now none of my devices were able to see my NAS anymore.
After a lot of messing around the solution seemed to be updating my fstab entries on my other computers in the house to no longer include the mount root folder. ie. nas:/videos instead of nas:/mnt/videos
I expected to head over to Kodi and have to remove the root folder also. But no luck. Either way I try Kodi still is unable to find the shared folder.
I've followed the instructions here: https://kodi.wiki/view/NFS#NFS_sharing_from_Linux
My exports on my NAS are set up as such:
/mnt *(rw,sync,crossmnt,fsid=0)
/mnt/music *(rw,sync,insecure)
/mnt/videos *(rw,sync,insecure)
/mnt/documents *(rw,sync,insecure)
/mnt/pictures *(rw,sync,insecure)
I've also edited the mediasources.xml file on my Kodi machine to explicitly point to the IP address of my NAS, but this also doesn't seem to be working.
If anyone can give me some hints on where to turn next that would be great.. I'm still quite puzzled as to what's changed/gone wrong here so not quite sure where to troubleshoot next.