En caso de encontrar el siguiente error al tratar de montar un sistema de ficheros NFS:
NFS: mount: wrong fs type, bad option, bad superblock on X missing codepage or helper program, or other error
Verificad que tenéis instalados los nfs-utils:
nfs-utils.i586 : NFS utilities and supporting clients and daemons for the kernel NFS server
Para instalarlo en sistemas RedHat, CentOS, Fedora, etc:
yum install nfs-utils.i586
Después iniciáis nfs:
/etc/init.d/nfs start
Y os aseguráis que rpc.bind está corriendo, sino al tratar de arrancar NFS recibiréis el siguiente error (por pantalla o en los logs):
Cannot register service: RPC: Timed out : unable to register (statd, 1, udp).
Para arrancar rpcbind:
service rpcbind start