the setting up NFS guide that I have already put together suffice to say you need to install nfs-kernel-server and portmap. The big di... will actually mount.
In this example I'm aiming to provide two main resources to the clients. The first is their home directories the second is a data directory. Thus the NFS ... he points /, /home and /data (as well as any directories under these of course). I have chosen to make the / directory read only. The idea behind this is that I don't... means that in the future I can easily add a directory under / that contains read only content. To get started add the following to /etc/exports
<code>
/nfs4exports 192.168.0