<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NFS on nagg.eu</title><link>https://nagg.eu/tags/nfs/</link><description>Recent content in NFS on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 20 Jul 2017 20:33:48 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/nfs/index.xml" rel="self" type="application/rss+xml"/><item><title>NFS on Fedora</title><link>https://nagg.eu/nfs-on-fedora/</link><pubDate>Thu, 20 Jul 2017 20:33:48 +0000</pubDate><guid>https://nagg.eu/nfs-on-fedora/</guid><description>&lt;p&gt;NFS allows to share files and folders over network and is much much faster than
samba while using way less resources.&lt;br&gt;
To setup a NFS server on Fedora 26 install:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ dnf install nfs-utils
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Shared directories are listed in the following configuration file:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-vi" data-lang="vi"&gt;---
# Syntax
# &amp;lt;path&amp;gt; &amp;lt;ipaddr&amp;gt;(&amp;lt;option&amp;gt;)
/home/user/Public 192.168.0.0/255.255.255.0(ro,sync)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;More information can be found here: &lt;a href="https://fedoraproject.org/wiki/Administration_Guide_Draft/NFS"&gt;Fedora NFS administration guide&lt;/a&gt;.&lt;br&gt;
In the above example, the the directory &amp;lsquo;/home/user/Public&amp;rsquo; can be accessed by
every client in the same LAN with read-only permissions.&lt;br&gt;
In case SELinux is active and enforcing rules some further configuration might
be required:&lt;/p&gt;</description></item></channel></rss>