<?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>Jeremy&#039;s Weblog &#187; nfs</title>
	<atom:link href="http://blog.jolexa.net/tag/nfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jolexa.net</link>
	<description>Random thoughts and rants...mostly Linux</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:49:45 +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>Today&#8217;s WTF.</title>
		<link>http://blog.jolexa.net/2008/08/25/todays-wtf/</link>
		<comments>http://blog.jolexa.net/2008/08/25/todays-wtf/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 16:18:07 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://jolexa.wordpress.com/?p=59</guid>
		<description><![CDATA[Some NFS &#8220;issues&#8221; .. /me rants about RHEL 4.. reboot fixed it.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-60" src="http://jolexa.files.wordpress.com/2008/08/wtfss.jpg?w=300" alt="" width="300" height="208" /></p>
<p>Some NFS &#8220;issues&#8221; .. /me rants about RHEL 4.. reboot fixed it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2008/08/25/todays-wtf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gentoo Prefix: PORTAGE_TMPDIR on NFS solution.</title>
		<link>http://blog.jolexa.net/2008/07/25/gentoo-prefix-portage_tmpdir-on-nfs-solution/</link>
		<comments>http://blog.jolexa.net/2008/07/25/gentoo-prefix-portage_tmpdir-on-nfs-solution/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 15:40:47 +0000</pubDate>
		<dc:creator>Jeremy Olexa</dc:creator>
				<category><![CDATA[gentoo prefix]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[portage]]></category>

		<guid isPermaLink="false">http://jolexa.wordpress.com/?p=37</guid>
		<description><![CDATA[Gentoo Prefix allows you to place a &#8220;prefixed environment&#8221; wherever you would like. So, if you want to be able to access your prefix on a NFS network it would make sense to put the prefix in /home for example. I don&#8217;t have any solid numbers but I can imagine that the IO for the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gentoo.org/proj/en/gentoo-alt/prefix/index.xml">Gentoo Prefix</a> allows you to place a &#8220;prefixed environment&#8221; wherever you would like. So, if you want to be able to access your prefix on a NFS network it would make sense to put the prefix in /home for example. I don&#8217;t have any solid numbers but I can imagine that the IO for the nfs server is pretty high when emerging. I would rather not suffer the penalties of compile on NFS but also I WOULD like to access PORTAGE_TMPDIR from any host. For the longest time, I was trying to think of a solution for this, that is..to not compile on a NFS share but also be able to see/access PORTAGE_TMPDIR no matter what host I am on in the network. This is a tricky situation that can be solved by setting PORTAGE_TMPDIR to another NFS mount which just happens to reside on the local machine!</p>
<p>I like it!!</p>
<p>My solution is to symlink $EPREFIX/var/tmp to the other NFS mount on the localhost. In my case, /net/$(hostname)/public/tmp.</p>
<p><strong>UPDATE</strong>: The above &#8216;solution&#8217; isn&#8217;t that great. It resulted in a total time increase of about 12%. However, making the symlink point to the local hard drive resulted in a total time decrease of about 31%. (on emerge -e system) Therefore, my latest recommendation is to create the symlink as described originally and override it with PORTAGE_TMPDIR set to the local path.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jolexa.net/2008/07/25/gentoo-prefix-portage_tmpdir-on-nfs-solution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

