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.
nfs-kernel-server? And then refresh the exports?sudo exportfs -aAnd how exactly are you mounting? – gertvdijk Feb 09 '13 at 16:11exportfs -vin your question and what kind of XBMC this is. Running on Ubuntu? On an embedded media device? Do you have a regular Ubuntu machine to test the server on? And have you tried192.168.1.0/24as host range? As a*will make it a hostname. – gertvdijk Feb 09 '13 at 16:17192.168.1.0/24– Amith KK Feb 09 '13 at 16:20