Documentation:AVR32 Linux Development/NFS mount
From AVRFreaks Wiki
To mount an NFS network share the following parameters must be specified:
mount -t nfs -o nfsvers=2,nolock 10.191.252.181:/nfs /mnt
Change the IP address to that of the NFS server on your network and the /mnt directory to the location at which you want to mount the NFS.
