<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=Linux_-_NFS</id>
	<title>Linux - NFS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=Linux_-_NFS"/>
	<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=Linux_-_NFS&amp;action=history"/>
	<updated>2026-04-15T15:40:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.tinkernet.ca/index.php?title=Linux_-_NFS&amp;diff=473&amp;oldid=prev</id>
		<title>Tinker: Created page with &quot; == &lt;span class=&quot;mw-headline&quot; id=&quot;Install_Stuff&quot;&gt;Install NFS Server&lt;/span&gt; == &lt;pre&gt;sudo apt install nfs-kernel-server&lt;/pre&gt;  == &lt;span class=&quot;mw-headline&quot;&gt;Configure NFS Server&lt;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=Linux_-_NFS&amp;diff=473&amp;oldid=prev"/>
		<updated>2020-07-01T03:51:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; == &amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Install_Stuff&amp;quot;&amp;gt;Install NFS Server&amp;lt;/span&amp;gt; == &amp;lt;pre&amp;gt;sudo apt install nfs-kernel-server&amp;lt;/pre&amp;gt;  == &amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Configure NFS Server&amp;lt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== &amp;lt;span class=&amp;quot;mw-headline&amp;quot; id=&amp;quot;Install_Stuff&amp;quot;&amp;gt;Install NFS Server&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt install nfs-kernel-server&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Configure NFS Server&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo nano /etc/exports&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add/edit:&lt;br /&gt;
&amp;lt;pre&amp;gt;/path/to/be/shared *(ro,async,no_root_squash,no_subtree_check)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the changes to take effect, export and start NFS service.&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo exportfs -a&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo /etc/init.d/nfs-kernel-server start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pretty simple...&lt;br /&gt;
&lt;br /&gt;
== Connecting to the NFS Server ==&lt;br /&gt;
&lt;br /&gt;
You'll need NFS installed&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt install nfs-common&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt install nfs-kernel-server&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you can check what's shared from any particular machine:&lt;br /&gt;
&amp;lt;pre&amp;gt;showmount -e [ServerName or Address]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will show you what's shared from a machine&lt;br /&gt;
&lt;br /&gt;
== TBD ==&lt;br /&gt;
&lt;br /&gt;
*Learn what flags do what in '''/etc/exports''' &lt;br /&gt;
*Browsing in the GUI would be nice... &lt;br /&gt;
*Look into automounting (including graceful failure modes) &lt;br /&gt;
&lt;br /&gt;
== Some Links ==&lt;br /&gt;
&lt;br /&gt;
*[https://www.cyberciti.biz/faq/how-to-ubuntu-nfs-server-configuration-howto/ Ubuntu Linux NFS Server installation and Configuration]&lt;/div&gt;</summary>
		<author><name>Tinker</name></author>
		
	</entry>
</feed>