Differences between revisions 1 and 2
Revision 1 as of 2008-08-14 00:14:48
Size: 216
Editor: CarlNobile
Comment:
Revision 2 as of 2008-08-14 00:36:06
Size: 487
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
On Debian type systems you can istall the On Debian type systems you can install the the packages as shown below:

{{{
sudo apt-get install nfs-kernel-server nfs-common portmap
}}}

If you need to reconfigure the portmap run the next two commands. Do not bind to loopback.

{{{
sudo dpkg-reconfigure portmap
sudo /etc/init.d/portmap restart
}}}

NFS HOWTO

I have put this HOWTO together from various sources which I will list at the end. I will discuss the process of setting up a server and using a client.

On Debian type systems you can install the the packages as shown below:

sudo apt-get install nfs-kernel-server nfs-common portmap

If you need to reconfigure the portmap run the next two commands. Do not bind to loopback.

sudo dpkg-reconfigure portmap
sudo /etc/init.d/portmap restart

NFS HOWTO (last edited 2016-08-16 21:17:56 by CarlNobile)