[solved] NFS
#7
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.
Reply


Messages In This Thread
[solved] NFS - by mauzzz - 2012-03-30, 16:46
RE: NFS - by mr.sparkle - 2012-03-30, 16:57
RE: NFS - by Memphiz - 2012-03-30, 16:59
RE: NFS - by harkonian - 2012-04-17, 03:20
RE: NFS - by Memphiz - 2012-04-17, 11:09
RE: NFS - by bobdude - 2012-05-03, 21:04
RE: NFS - by mauzzz - 2012-03-31, 12:05
RE: [solved] NFS - by loeffel - 2012-04-17, 11:40
RE: [solved] NFS - by Kaba - 2013-04-02, 19:47
RE: [solved] NFS - by kyub - 2013-06-24, 23:04
[solved] NFS - by Memphiz - 2012-04-17, 23:13
RE: [solved] NFS - by Memphiz - 2012-05-03, 22:55
RE: [solved] NFS - by bobdude - 2012-05-04, 15:09
Logout Mark Read Team Forum Stats Members Help
[solved] NFS0