NFS on Ubuntu at BU
- To mount any nfs volumes, you need to install nfs-common.
Using kerberized NFS
- If you wish to use kerberized nfs, set NEED_GSSD=yes in /etc/default/nfs-common, and restart nfs with
# sudo invoke-rc.d nfs-common restart
- If you need to mount NFSv4 with kerberos, you will first need to get an nfs principal keytab for your realm. Look at KerberizedNFS and contact ENGIT support for help with this.