Saturday, 13 October 2007 18:32
Setting up a NFS (Network File System) protocol in Debian is quite easy. Essentially there is two ways of implementing
NFS; a software way that runs in user-land memory, and a kernel way that runs in kernel-land memory. I personally
believe the kernel approach is more stable and fast, so it is what I discuss below.