NFS prob

Hi all,
i want mount directory with permission

#NFS Server = FreeBSD
/etc/export =
/data -alldirs -network 192.168.0.0 -mask 255.255.255.0

#NFS Client = Ubuntu
192.168.0.8:/data /dir nfs intr

but i m unable to create folder in /dir

whts the wrong?
Please Help me

You still need correct user:group ownership and the exported directory must have sufficient permissions to allow creating directories in the export.

Thanks for reply ..................
above mentioned line using in my /etc/export ........ is thr somethink wrong in that ?

For god's sake man.

examples.
From a linux nfs server...
drwxr-xr-x   4 root root  4096 2007-11-17 15:27 storage
/storage/home       192.168.1.0/24(rw,secure,no_wdelay,root_squash,anonuid=65000,anongid=65000)


FreeBSD
drwxr-xr-x   3 root  wheel      512 Jun 21 14:22 storage_angst
/storage_angst -maproot=root -network 192.168.1.0 -mask 255.255.255.0

Make it work then securify.

Thanks for RePLy,
the problem is solved by restarting the server. thats wht i forgot to do.

Server=FreeBSD
drwxr-xr-x 3 root localuser 512 Jun 21 14:22 data
/data -alldir -maproot=root -network 192.168.0.0 -mask 255.255.255.0