NFS sharing
Posted: Tue Jul 01, 2014 2:51 pm
I know this has been discussed quite a bit, but just wanted some clarification:
After reading https://wiki.amahi.org/index.php/NFS I'm assuming if I wish to keep my SAMBA shares, it won't be a problem, and all I need to do to enable NFS for XBMC on my Pi is add my current folders in the exports file like so:
nano -w /etc/exports
content:
/var/hda/files/Movies *(rw,insecure,all_squash,async,anonuid=48,anongid=48)
/var/hda/files/TV *(rw,insecure,all_squash,async,anonuid=48,anongid=48)
/var/hda/files/Anime *(rw,insecure,all_squash,async,anonuid=48,anongid=48)
then do:
chkconfig nfs on
service nfs start
Would this be correct?
Thanks!
After reading https://wiki.amahi.org/index.php/NFS I'm assuming if I wish to keep my SAMBA shares, it won't be a problem, and all I need to do to enable NFS for XBMC on my Pi is add my current folders in the exports file like so:
nano -w /etc/exports
content:
/var/hda/files/Movies *(rw,insecure,all_squash,async,anonuid=48,anongid=48)
/var/hda/files/TV *(rw,insecure,all_squash,async,anonuid=48,anongid=48)
/var/hda/files/Anime *(rw,insecure,all_squash,async,anonuid=48,anongid=48)
then do:
chkconfig nfs on
service nfs start
Would this be correct?
Thanks!