<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: nfs</title>
	<atom:link href="https://www.emblogic.com/blog/01/nfs/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/01/nfs/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: msiddarth</title>
		<link>https://www.emblogic.com/blog/01/nfs/#comment-3315</link>
		<dc:creator><![CDATA[msiddarth]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 07:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5793#comment-3315</guid>
		<description><![CDATA[first let us understand the issue:
A filehandle becomes stale whenever the file or directory referenced by the handle is removed by another host, while your client still holds an active reference to the object. A typical example occurs when the current directory of a process, running on your client, is removed on the server (either by a process running on the server or on another client).

How to fix it?
umount -f /mnt/local
# mount -t nfs nfsserver:/path/to/share /mnt/local]]></description>
		<content:encoded><![CDATA[<p>first let us understand the issue:<br />
A filehandle becomes stale whenever the file or directory referenced by the handle is removed by another host, while your client still holds an active reference to the object. A typical example occurs when the current directory of a process, running on your client, is removed on the server (either by a process running on the server or on another client).</p>
<p>How to fix it?<br />
umount -f /mnt/local<br />
# mount -t nfs nfsserver:/path/to/share /mnt/local</p>
]]></content:encoded>
	</item>
</channel>
</rss>
