XBMC Community Forum
[solved] NFS - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Linux and Live support (/forumdisplay.php?fid=52)
+---- Thread: [solved] NFS (/showthread.php?tid=127191)

Pages: 1 2


RE: [solved] NFS - bobdude - 2012-05-04 15:09

I reinstalled everything today, so I can browse NFS shares now.
adding them manually has always worked, to answer your question.

I have some really weird problems with my NAS, so I have to check into some things anyway.
so everything is fine for now here.
Thanks for replying.


RE: [solved] NFS - Kaba - 2013-04-02 19:47

(2012-04-17 11:40)loeffel Wrote:  When using USB drives on Synology NAS in combination with NFS shares the "insecure" option will changed back to "insecure_locks" on each NAS reboot. So XBMC is not able to access the NFS share any longer (tested on DS211j latest DSM 4.x).

To solve this I tried using the 3rd party application "autorun" to change the exports file when connecting the USB drive to the NAS. But autorun will be triggered by plugin the drive and not during a restart or similar.

The final solution was to change the exports file on NAS startup by adding a "sed" (sed -i 's/insecure_locks/insecure/g' /etc/exports) text change within the NFS startup script and using exportfs -ra afterwards.

I'm not sure if this has to be added to the wiki, but it could help someone who's running into the same issue.

Can somebody explain, with file and how exactly i must modify ?