Unfortunately i have a new problem - i cant mount my Synology-NAS share as an media source.
I try the same way I’ve added the share many times on other Kodi devices:
Add source -> NFS -> NAS-IP -> Media-Share
But at this point i cannot “enter” the Media-Share.
I have already added NFS permissions to Vero’s static IP, disabled the Synology firewall and even reset my NAS…
Is there anything special to consider at Vero / OSMC or differently than with other Kodi devices?
To get a better understanding of the problem you are experiencing we need more information from you. The best way to get this information is for you to upload logs that demonstrate your problem. You can learn more about how to submit a useful support request here.
Depending on the used skin you have to set the settings-level to standard or higher, in summary:
enable debug logging at settings->system->logging
enable component-specific logging for all components
enable event logging and notification event logging
reboot the OSMC device twice(!)
reproduce the issue
upload the log set (all configs and logs!) either using the Log Uploader method within the My OSMC menu in the GUI or the ssh method invoking command grab-logs -A
publish the provided URL from the log set upload, here
Thanks for your understanding. We hope that we can help you get up and running again shortly.
I have followed the instructions to mount the share via autofs and the share is mounted in the filesystem afterwards:
osmc@osmc:~$ mount | grep Vol1
/etc/auto.nfs.shares on /mnt/NAS/Vol1 type autofs (rw,relatime,fd=6,pgrp=2468,timeout=15,minproto=5,maxproto=5,direct,pipe_ino=16686)
osmc@osmc:~$ ls -lah /mnt/NAS/Vol1
ls: cannot open directory '/mnt/NAS/Vol1': Permission denied
In the osmc GUI i can also not enter the share. Is there a user / permissions issue and i have to do something on the Synology? This are the current user:
YEAH!!!
For this export i have now assigned all users to guest via Squash and it works now! I dont know why this is not necessary for the other exports but it doesn’t matter, it works now - Thank you!!!