5

How do I make my ubuntu install an NFS server. So that it is accessible to another system running XBMC on my network?

Output of exportfs -v:

root@amith-dualcore:# exportfs -v
/media/amith/Amith-Deskt
        192.168.1.0/24(rw,async,wdelay,insecure,root_squash,no_subtree_check,fsid=0)

The client is running xbian on a Raspberry Pi, having XBMC 12.0-RC1.

Jorge Castro
  • 73,717
Amith KK
  • 13,547

1 Answers1

1

There is an official document about that explains it: https://help.ubuntu.com/community/SettingUpNFSHowTo

xkill
  • 208