I am trying to mount an nfs export from freebsd to linux. I am new to nfs so please be kind
This is my export file:
I can mount export remotely and it states:
Thanks in advance,

Code:
/share -alldirs -maproot=remoteusername 172.16.1.1
I can mount export remotely and it states:
Code:
172.16.1.5:/share on /home/remoteusername/mnt type nfs (rw,addr=172.16.1.2)
Code:
remoteusername@name:~/mnt$ touch test
touch: cannot touch `test': Permission denied