Cant access Public share on XBMC through NFS

After modifying the file, you must reboot the mycloud device.

 

 

You can just type

 

exportfs -a

 This will remount the NFS points as per your new configuration without rebooting the whole device.

hi, After modify the export with SSH, i can see the “/nsf/Public” folder under my cloud ip, but i can’t enter the folder, after resetting my cloud it stil doesn’t work, could you help to have a look? thanks!

Use nobody user (uid 65534) for nfs guest. This is restricted from private

shares by ACLs.

#/nfs *(rw,all_squash,sync,no_subtree_check,insecure,crossmnt,anonuid=65534,anongid=1000)
/nfs/Public 192.168.1.0/24(rw,subtree_check,secure)

can someone give me a step by step guide how to change the /etc/exports

i really dont want to mess something up

but with smb it is quite slow and stutters sometime!

thx in advance!

geri

This is how to access it,

nano /etc/exports

nfs/Media *(ro,no_subtree_check,async,no_wdelay,no_root_squash,insecure,anonuid=0,anongid=0)

^Above is my configuration and it works for me :slight_smile:

Replace “Media” with your share.

~Home

thats what it says in my file, do i delete that, or can i just add another line?

/nfs *(rw,all_squash,sync,no_subtree_check,insecure,crossmnt,anonuid=65534,anongid=1000)