NFS export help

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:
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
Thanks in advance,
 
Back
Top