copy/paste:
====================
I have this set up.
NAS:
nfs host is set up as 192.168.0.0/24 (assuming your network is 192.168.0.0/255.255.255.0)
path: Volume_1/some/folder
Real path: /mnt/HD_a2/some/folder
Linux machine (mine is suse):
/etc/fstab:
nashostname:/mnt/HD_a2/some/folder /mnt/nas nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
====================