<?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>ramraje.com &#187; NFS Service</title>
	<atom:link href="http://www.ramraje.com/tag/nfs-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ramraje.com</link>
	<description>Software Programming Blog</description>
	<lastBuildDate>Fri, 28 May 2010 17:03:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to start NFS service</title>
		<link>http://www.ramraje.com/linux/how-to-start-nfs-service/</link>
		<comments>http://www.ramraje.com/linux/how-to-start-nfs-service/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 16:54:43 +0000</pubDate>
		<dc:creator>Ramraj Edagutti</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[NFS Service]]></category>
		<category><![CDATA[Portmap]]></category>
		<category><![CDATA[portmap service]]></category>

		<guid isPermaLink="false">http://www.ramraje.com/?p=147</guid>
		<description><![CDATA[What is NFS and NFS service
NFS is the network file system, which is used to mount or link the file system or simply folders from one linux machine to another linux machine.
This mounting makes folders and files transparently available  to the other linux machines across the network.
NFS service
NFS service is the linux service application which [...]]]></description>
			<content:encoded><![CDATA[<h2>What is NFS and NFS service</h2>
<p>NFS is the network file system, which is used to mount or link the file system or simply folders from one linux machine to another linux machine.<br />
This mounting makes folders and files transparently available  to the other linux machines across the network.<span id="more-147"></span></p>
<h3>NFS service</h3>
<p>NFS service is the linux service application which runs nfs server on the background, so that nfs clients can access.</p>
<h3>How to start the NFS file system</h3>
<blockquote><p>service nfs start</p>
<p>or</p>
<p>service nfs restart</p>
<p>or</p>
<p>/etc/init.d/nfs start</p>
<p>or</p>
<p>/etc/init.d/nfs restart</p></blockquote>
<p>But before starting nfs service you should make sure that portmap service is running, this is because nfs service depends on portmap service</p>
<h3>How to start portmap service</h3>
<blockquote>
<blockquote><p>service portmap start</p>
<p>or</p>
<p>service portmap restart</p>
<p>or</p>
<p>/etc/init.d/portmap start</p>
<p>or</p>
<p>/etc/init.d/portmap restart</p></blockquote>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ramraje.com/linux/how-to-start-nfs-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
