<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Servers cPanel webhosting blog &#187; redhat-config-nfs</title>
	<atom:link href="http://www.theperfectarts.com/tag/redhat-config-nfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>NFS Server Configuration part 1</title>
		<link>http://www.theperfectarts.com/2009/08/nfs-server-configuration-part-1/</link>
		<comments>http://www.theperfectarts.com/2009/08/nfs-server-configuration-part-1/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 21:10:21 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[NFS server]]></category>
		<category><![CDATA[/etc/exports file]]></category>
		<category><![CDATA[hosts/servers]]></category>
		<category><![CDATA[Network File System]]></category>
		<category><![CDATA[NFS Server]]></category>
		<category><![CDATA[NFS Server config files]]></category>
		<category><![CDATA[NFS Server Configuration]]></category>
		<category><![CDATA[redhat-config-nfs]]></category>
		<category><![CDATA[using the NFS Server]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=110</guid>
		<description><![CDATA[NFS Server Configuration There are three different ways to configure an Network File System (NFS) server in Linux: using the NFS Server Configuration Tool  (redhat-config-nfs), manually you can editing its configuration file /etc/exports as well as using the /usr/sbin/exportfs command. In this thread we are configuring Network File System server by using last two option [...]]]></description>
			<content:encoded><![CDATA[<p>NFS Server Configuration</p>
<p>There are three different ways to configure an Network File System (NFS) server in Linux: using the NFS Server Configuration Tool  (redhat-config-nfs), manually you can editing its configuration file /etc/exports as well as using the /usr/sbin/exportfs command.</p>
<p>In this thread we are configuring Network File System server by using last two option which is file /etc/exports and /usr/sbin/exportfs.</p>
<p>The /etc/exports file defines which file systems are exported to remote hosts/servers and specifies options.Blank lines are ignored and comments can be made by starting a line with the hash mark (#), and long lines can be wrapped with a backslash (\). Each exported file system should be on its own individual line, and any lists of authorized hosts placed after an exported file system must be separated by space characters. Options for each of the hosts/servers must be placed in parentheses directly after the host identifier, without any spaces separating the host and the first parenthesis.</p>
<p>A line for an exported file system has the following structure:</p>
<ol>
<li>&lt;export&gt; &lt;host1&gt;(&lt;options&gt;) &lt;hostN&gt;(&lt;options&gt;)&#8230;</li>
<li>&lt;export&gt; &lt;host2&gt;(&lt;options&gt;) &lt;hostN&gt;(&lt;options&gt;)&#8230;</li>
<li>&lt;export&gt; &lt;host3&gt;(&lt;options&gt;) &lt;hostN&gt;(&lt;options&gt;)&#8230;</li>
</ol>
<p>In this structure, replace &lt;export&gt;  with the directory being exported, replace &lt;host1&gt; with the host/server or network to which the export is being shared, and replace (&lt;options&gt; with the options for that host/server or network. Additional hosts can be specified in a space separated list.</p>
<p>To specify host names refer <a title="NFS Server Configuration part 2" href="http://www.theperfectarts.com/2009/08/nfs-server-configuration-part-2/" target="_self">NFS Server Configuration part 2</a></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/nfs-server-configuration-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

