View Single Post
Old 04-06-2019, 03:37 PM   #1713
bennor
Junior Member
bennor began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2019
Device: Nexus 7
Quote:
Originally Posted by mariosipad View Post
I do 2 things different:

1 - /etc/exports
Code:
/exports/share  192.168.0.0/24(rw,async,insecure,all_squash,no_subtree_check,crossmnt,anonuid=1000,anongid=1000)
2 - manual mount of nfs share
Code:
mount 192.168.0.xxx:/exports/share /mnt/nfs
Then I point COPS to:

/mnt/nfs/books

Books is a directory inside /exports/share on the server.
Unfortunately no change. Still doesn't load. Gotta wonder if there is something with the way the WD My Cloud is handling NFS that is causing this problem.
bennor is offline   Reply With Quote