<?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: Mount Samba share using fstab</title>
	<atom:link href="http://tuxtraining.com/2008/09/14/mount-samba-share-using-fstab/feed" rel="self" type="application/rss+xml" />
	<link>http://tuxtraining.com/2008/09/14/mount-samba-share-using-fstab</link>
	<description></description>
	<lastBuildDate>Mon, 03 Aug 2009 07:34:04 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adrian</title>
		<link>http://tuxtraining.com/2008/09/14/mount-samba-share-using-fstab/comment-page-1#comment-1535</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Sun, 14 Sep 2008 23:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtraining.com/?p=524#comment-1535</guid>
		<description>It&#039;s usually not a good idea to put username/passwd in the fstab file. You can modify this by removing the section  &quot;username=username,password=password&quot; and replacing it with &quot;credentials=/root/.fstabcredentials&quot; - sans the quotes of course.

Then create the file /root/.fstabcredentials and enter the two lines:

   username=ntserver_username
   password=ntserver_password

save the file and exit. Change the permissions of the file:

chmod 600 /root/.fstabcredentials

This ensures that only root can access the file.</description>
		<content:encoded><![CDATA[<p>It&#8217;s usually not a good idea to put username/passwd in the fstab file. You can modify this by removing the section  &#8220;username=username,password=password&#8221; and replacing it with &#8220;credentials=/root/.fstabcredentials&#8221; &#8211; sans the quotes of course.</p>
<p>Then create the file /root/.fstabcredentials and enter the two lines:</p>
<p>   username=ntserver_username<br />
   password=ntserver_password</p>
<p>save the file and exit. Change the permissions of the file:</p>
<p>chmod 600 /root/.fstabcredentials</p>
<p>This ensures that only root can access the file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
