<?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>FarmSoft Studios Scratchpad &#187; file share</title>
	<atom:link href="http://scratchpad.farmsoftstudios.com/tag/file-share/feed/" rel="self" type="application/rss+xml" />
	<link>http://scratchpad.farmsoftstudios.com</link>
	<description>What We're Thinking About Right Now...</description>
	<lastBuildDate>Tue, 04 May 2010 16:10:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mounting a Samba (SMB) Share in CentOS</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/10/linux/mounting-a-samba-smb-share-in-centos/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/10/linux/mounting-a-samba-smb-share-in-centos/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 19:45:00 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[file share]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=57</guid>
		<description><![CDATA[Need to mount a samba share on your CentOS server from the command line? Create a directory on the root: mkdir /sharename Then mount the share: mount -t cifs //&#60;servername&#62;/&#60;sharename&#62; /sharename if you type df -h you should see that your share is now mounted on the mountpoint that you created earlier.]]></description>
			<content:encoded><![CDATA[<p>Need to mount a samba share on your CentOS server from the <strong>command line</strong>?</p>
<p>Create a directory on the root:</p>
<pre>mkdir /sharename</pre>
<p>Then mount the share:</p>
<pre class="screen"><tt class="command">mount -t cifs //&lt;servername&gt;/&lt;sharename&gt; /sharename</tt></pre>
<p>if you type <tt>df -h</tt> you should see that your share is now mounted on the mountpoint that you created earlier.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/10/linux/mounting-a-samba-smb-share-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
