<?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>Chris Schuld&#039;s Blog &#187; NFS</title>
	<atom:link href="http://chrisschuld.com/tag/nfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisschuld.com</link>
	<description>personal musings on the composition of software</description>
	<lastBuildDate>Mon, 30 Aug 2010 03:48:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adding NFS support to an OpenVZ VPS</title>
		<link>http://chrisschuld.com/2009/09/adding-nfs-support-to-an-openvz-vps/</link>
		<comments>http://chrisschuld.com/2009/09/adding-nfs-support-to-an-openvz-vps/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 20:09:28 +0000</pubDate>
		<dc:creator>Chris Schuld</dc:creator>
				<category><![CDATA[CentOS5]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[NFS]]></category>

		<guid isPermaLink="false">http://chrisschuld.com/?p=251</guid>
		<description><![CDATA[I still use a lot of NFS connections on my equipment and when I create OpenVZ VPS systems I need them to have access to NFS. Here are the steps I use: From the Host Node (HN): modprobe nfs vzctl set 101 --features &#34;nfs:on&#34; --save From the VPS: yum -y install nfs-utils nfs-utils-lib chkconfig --levels [...]]]></description>
			<content:encoded><![CDATA[<p>I still use a lot of NFS connections on my equipment and when I create OpenVZ VPS systems I need them to have access to NFS.  Here are the steps I use:</p>
<p>From the Host Node (HN):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">modprobe nfs
vzctl <span style="color: #000000; font-weight: bold;">set</span> <span style="color: #000000;">101</span> <span style="color: #660033;">--features</span> <span style="color: #ff0000;">&quot;nfs:on&quot;</span> <span style="color: #660033;">--save</span></pre></div></div>

<p>From the VPS:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #660033;">-y</span> <span style="color: #c20cb9; font-weight: bold;">install</span> nfs-utils nfs-utils-lib
chkconfig <span style="color: #660033;">--levels</span> <span style="color: #000000;">345</span> portmap on
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>portmap start</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://chrisschuld.com/2009/09/adding-nfs-support-to-an-openvz-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
