This is an old revision of the document!
brink is the host for nfs home directories. The shares are currently stored in /srv/nfs4/homes. The share is configured in /etc/exports.
Despite the directory name, we are still using nfsv3. kerberos with win2k8 needs to be figured out before we can use nfsv4
install these
sudo apt-get install portmap nfs-common
add this line to the clients /etc/fstab
/etc/fstab
172.29.0.5:/srv/nfs4/homes /home nfs _netdev,auto 0 0