<?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; Network File System</title>
	<atom:link href="http://www.theperfectarts.com/tag/network-file-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Sun, 11 Jul 2010 23:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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>&copy;2010 <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>
		<item>
		<title>How NFS works in Background?</title>
		<link>http://www.theperfectarts.com/2009/08/how-nfs-works-in-background/</link>
		<comments>http://www.theperfectarts.com/2009/08/how-nfs-works-in-background/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 20:34:55 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[NFS server]]></category>
		<category><![CDATA[Network File System]]></category>
		<category><![CDATA[NFS configurationAUTH_UNIX]]></category>
		<category><![CDATA[NFS host/server/machine]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=107</guid>
		<description><![CDATA[When any Network File System (NFS) client host/server/machine wants to access a remote file/directory then its operating system sends a request to the Network File System (NFS) server. The request basically specifies, among others, a file/directory identifier, the operation (read, write, change permission, etc.), and the identity of the user on whose behalf the operation/process [...]]]></description>
			<content:encoded><![CDATA[<p>When any Network File System (NFS) client host/server/machine wants to access a remote file/directory then its operating system sends a request to the Network File System (NFS) server. The request basically specifies, among others, a file/directory identifier, the operation (read, write, change permission, etc.), and the identity of the user on whose behalf the operation/process is to be done.</p>
<p>By default, the user identity is detect with the UNIX numeric user and group policy. With this scheme, also called AUTH_UNIX, the server basically believes anything that the client sends it.</p>
<p>&copy;2010 <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/how-nfs-works-in-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
