You are not logged in.

#1 2013-07-02 23:30:11

ne0zone75
Member
From: France
Registered: 2013-07-01
Posts: 1

Accessing NFS share trough Raspberry Pi

Hi All,

My PC, which dual boots ubuntu 12.04.2 LTS & archlinux x86_64, is hosting a NFS share named "Médiathèque"; i access this network ressource through a Raspberry Pi : it runs OpenElec 3.0.6, an ARM Linux distribution featuring XBMC 12.2 ... Here is my questioning :

For ubuntu :

-> Everything is working fine for NFS access : i can add network shares on the RPi and i can stream media over the network from it !

-> Output of cat /etc/exports :
   

/srv/nfs/Médiathèque 192.168.0.29(ro,all_squash,insecure,anonuid=65534,anongid=65534)

-> Output of cat /proc/fs/nfs/exports :
   

# Version 1.1
# Path Client(Flags) # IPs
/srv/nfs/Médiathèque    192.168.0.29(ro,insecure,root_squash,all_squash,sync,wdelay,no_subtree_check,uuid=3a3a5d3a:016e46ef:9eb5424e:270103e2)

For archlinux :

=> Only the second part is OK ... that's a good start and it's enough for me at this point BUT i'm curious to know why i cannot add any network shares on the RPi using my archlinux NFS setup !

-> Output of cat /etc/exports :
   

/srv/nfs/Médiathèque 192.168.0.29(ro,all_squash,insecure,anonuid=99,anongid=99)

-> Output of cat /proc/fs/nfs/exports :
   

# Version 1.1
# Path Client(Flags) # IPs
/srv/nfs/Médiathèque    192.168.0.29(ro,insecure,root_squash,all_squash,sync,wdelay,no_subtree_check,anonuid=99,anongid=99,uuid=3a3a5d3a:016e46ef:9eb5424e:270103e2,sec=1)

Thank you for taking the time to look at my post and answering to it,

Regards

Offline

Board footer

Powered by FluxBB