Problems accessing NFS - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Network (/forum-25.html) +--- Thread: Problems accessing NFS (/thread-2117.html) |
Problems accessing NFS - haugegi - 14th Feb, 2014 03:56 PM I got problems accessing an NFS sheare on my Synology NAS. During set-up of a library, when I choose ' 'Browse' >NFS - Network filesystem, the "working" signal is just spinnning and nothing happens. Any suggestions? In SSH: SynologyNAS> cat /etc/exports /volume1/Movies *(rw,async,no_wdelay,insecure,no_root_squash,sec=sys,anonuid=0,anongid=0) /volume1/Series *(rw,async,no_wdelay,insecure,no_root_squash,sec=sys,anonuid=0,anongid=0) /volume1/Photos*(rw,async,no_wdelay,insecure,no_root_squash,sec=sys,anonuid=0,anongid=0) SynologyNAS> RE: Problems accessing NFS - IriDium - 18th Feb, 2014 01:58 AM 1. Have you read - "Please read before you post"? 2. How are you trying to access the NFS? Via XBMC - Add Videos? Please provide output of dmesg and xbmc.log after you have read 1. |