<?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>Suse &#38; OpenSuse Tips &#187; NFS</title>
	<atom:link href="http://www.susetips.com/tag/nfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susetips.com</link>
	<description>Tricks, Guides, Tutorials, How Tos and Troubleshooting suse linux</description>
	<lastBuildDate>Sat, 05 Jun 2010 17:55:24 +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>How to mount NFS Filesystems at Boot Time</title>
		<link>http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/</link>
		<comments>http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:42:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[NFS]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/</guid>
		<description><![CDATA[Network File System (NFS) is a network file system protocol originally developed by Sun Microsystems in 1984. With NFS, clients can mount filesystems across the network that are being offered by NFS servers and can work with them as if they were filesystems mounted from local disks. NFS is a simple and widely used method [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /></p>
<p><a href="http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/">How to mount NFS Filesystems at Boot Time</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Network File System (NFS) is a network file system protocol originally developed by Sun Microsystems in 1984. With NFS, clients can mount filesystems across the network that are being offered by NFS servers and can work with them as if they were filesystems mounted from local disks. NFS is a simple and widely used method of sharing files across the network.</p>
<p><span id="more-146"></span>
<p>It is possible that you may want to mount particular NFS filesystems at boot time. You may also want to allow non-root users on the client to mount NFS shares themselves. In either of these cases, you will need to include a suitable entry in the file <font face="Courier New">/etc/fstab</font>. Just as this file controls the local filesystems that are to be mounted, it can also control the mounting of NFS shares.
<p>For example, with this entry in <font face="Courier New">/etc/fstab</font> on the client:</p>
<blockquote><p><font face="Courier New">susetips:/test /testmount nfs user,noauto,ro 0 0</font></p>
</blockquote>
<p>any user on the client can mount (read-only) the specified directory from susetips on the specified mount point simply by issuing the command mount /testmount.</p>
<p>To force the directory to be mounted automatically, you might use the following:</p>
<blockquote><p><font face="Courier New">susetips:/test /testmount nfs rw 0 0</font></p>
</blockquote>
<p>This line in <font face="Courier New">/etc/fstab</font> ensures that the NFS share is mounted read-write whenever the system boots, provided that the service <font face="Courier New">nfs </font>is set to start in runlevel 3 on the client.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3785184162368705";
//300x250, created 1/5/08
google_ad_slot = "9855844479";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /></p>
<p><a href="http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/">How to mount NFS Filesystems at Boot Time</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/06/29/how-to-start-services-automatically-at-boot/" rel="bookmark" title="Permanent Link: How to start services automatically at boot?">How to start services automatically at boot?</a></li><li><a href="http://www.susetips.com/2009/04/05/how-to-reset-forgotten-root-password-in-suse-enterprise-server/" rel="bookmark" title="Permanent Link: How to reset forgotten root password in SuSE Enterprise Server">How to reset forgotten root password in SuSE Enterprise Server</a></li><li><a href="http://www.susetips.com/2009/02/16/recover-opensuse-lost-root-password/" rel="bookmark" title="Permanent Link: How to recover OpenSuse Lost Root Password">How to recover OpenSuse Lost Root Password</a></li><li><a href="http://www.susetips.com/2009/04/08/how-to-remove-grub-from-mbr-of-hard-drive/" rel="bookmark" title="Permanent Link: How to remove GRUB from MBR of Hard Drive">How to remove GRUB from MBR of Hard Drive</a></li><li><a href="http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “touch”">Short and quick tutorial for the command “touch”</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/22/how-to-mount-nfs-filesystems-at-boot-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
