<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=Nfs</id>
	<title>Nfs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=Nfs"/>
	<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=Nfs&amp;action=history"/>
	<updated>2026-05-13T01:32:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.saruman.biz/saruwiki/index.php?title=Nfs&amp;diff=2569&amp;oldid=prev</id>
		<title>82.161.20.132: Created page with &#039;There are two implimentations of NFS one runs in kernel space (nfs-kernel-server) the other in user space (nfs-user-server). The kernel space implimentation is faster and more st…&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=Nfs&amp;diff=2569&amp;oldid=prev"/>
		<updated>2010-05-30T16:50:24Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;There are two implimentations of NFS one runs in kernel space (nfs-kernel-server) the other in user space (nfs-user-server). The kernel space implimentation is faster and more st…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;There are two implimentations of NFS one runs in kernel space (nfs-kernel-server) the other in user space (nfs-user-server). The kernel space implimentation is faster and more stable but if something goes wrong it could bring your box down. In reality the kernel space NFS implimentation very rarely fails&lt;br /&gt;
&lt;br /&gt;
Make sure you have the kernel modules selected in you&amp;#039;re kernel&lt;br /&gt;
 file systems -&amp;gt; Network File Systems -&amp;gt; NFS server support&lt;br /&gt;
&lt;br /&gt;
On the server:&lt;br /&gt;
 apt-get install nfs-kernel-server nfs-common portmap&lt;br /&gt;
&lt;br /&gt;
On the client:&lt;br /&gt;
 #pt-get install nfs-common portmap&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Export Directories ==&lt;br /&gt;
&lt;br /&gt;
 #vi /etc/exports &lt;br /&gt;
&lt;br /&gt;
/data 192.168.0.0/24(rw,sync)&lt;br /&gt;
/home 192.168.0.0/24(rw,sync)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mount ==&lt;br /&gt;
&lt;br /&gt;
To mount the directories on the client nd make it persistent edit /etc/fstab&lt;br /&gt;
 # vi /etc/fstab&lt;br /&gt;
&lt;br /&gt;
192.168.0.1:/data /data nfs rw,sync,hard,intr 0 0&lt;br /&gt;
192.168.0.1:/home /home nfs rw,sync,hard,intr 0 0&lt;/div&gt;</summary>
		<author><name>82.161.20.132</name></author>
	</entry>
</feed>