<?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>coding &#187; nfs</title>
	<atom:link href="http://www.coding.com.br/tag/nfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coding.com.br</link>
	<description>have you coded today?</description>
	<lastBuildDate>Thu, 18 Aug 2011 17:29:43 +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>NFS errors</title>
		<link>http://www.coding.com.br/embarcado/nfs-errors/</link>
		<comments>http://www.coding.com.br/embarcado/nfs-errors/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 20:04:36 +0000</pubDate>
		<dc:creator>Tiago Maluta</dc:creator>
				<category><![CDATA[embarcado]]></category>
		<category><![CDATA[nfs]]></category>

		<guid isPermaLink="false">http://www.coding.com.br/?p=1061</guid>
		<description><![CDATA[If you use NFS to mount your root filesystem you should probably faced with this problem:
Root-NFS: Unable to get mountd port number from server, using default
Root-NFS: Server returned error -5 while mounting /my/nfs/server/path/
VFS: Unable to mount root fs via NFS, trying floppy.
The -5 and -13 are the most common on my daily usage, but I [...]]]></description>
			<content:encoded><![CDATA[<p>If you use NFS to mount your root filesystem you should probably faced with this problem:</p>
<blockquote><p>Root-NFS: Unable to get mountd port number from server, using default<br />
Root-NFS: Server returned error -5 while mounting /my/nfs/server/path/<br />
VFS: Unable to mount root fs via NFS, trying floppy.</p></blockquote>
<p style="text-align: justify;">The <strong>-5 </strong>and<strong> -13 </strong>are the most common on my daily usage, but I always forgot what this number means&#8230; So, I decided to get it from source by checking <em>nfs-utils </em>package. The following values where extracted  from <em>utils/mount/error.c</em>.</p>
<pre>EPERM  ........................................ -1

ENOENT ........................................ -2

EIO ........................................... -3

ENXIO ......................................... -4

<strong>EACCESS ....................................... -5 </strong>

EEXIST ........................................ -6

ENODEV ........................................ -7

ENOTDIR ....................................... -8

EISDIR ........................................ -9

EINVAL ........................................ -10

EFBIG ......................................... -11

ENOSPC  ....................................... -12

<strong>EROFS ......................................... -13</strong>

ENAMETOOLONG .................................. -14

ENOTEMPTY ..................................... -15

EDQUOT ........................................ -16

ESTALE ........................................ -17

EWFLUSH ....................................... -18
</pre>
<p>Knowing what each error status means allow you quick fix the problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coding.com.br/embarcado/nfs-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
