<?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>FettesPS &#187; mount</title>
	<atom:link href="http://www.fettesps.com/tag/mount/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fettesps.com</link>
	<description>Fettes Programming Solutions</description>
	<lastBuildDate>Sun, 22 Jan 2012 18:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mount a Windows Drive on Ubuntu Using Samba</title>
		<link>http://www.fettesps.com/mount-a-windows-drive-on-ubuntu-using-samba/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mount-a-windows-drive-on-ubuntu-using-samba</link>
		<comments>http://www.fettesps.com/mount-a-windows-drive-on-ubuntu-using-samba/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 01:48:28 +0000</pubDate>
		<dc:creator>FettesPS</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fettesps.com/blog/?p=41</guid>
		<description><![CDATA[Ever wonder how you can mount a Windows share on your Linux box?  Well it&#8217;s actually quite simple.  I typically set up a special user for my windows shares, so in this example we&#8217;ll use a user with both a name and password of &#8220;lan&#8221; with a folder called &#8220;shared&#8221; which has been set up [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder how you can mount a Windows share on your Linux box?  Well it&#8217;s actually quite simple.  I typically set up a special user for my windows shares, so in this example we&#8217;ll use a user with both a name and password of &#8220;lan&#8221; with a folder called &#8220;shared&#8221; which has been set up so that it is shared for that specific user.</p>
<p>Now on the linux box, just type in:</p>
<pre class="brush: bash; title: ; notranslate">sudo mkdir /mnt/shared
sudo mount -t cifs -o username=lan,password=lan,rw //192.168.20.2/shared /mnt/shared</pre>
<p>Just make sure to replace the IP with your own and it should work flawlessly!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fettesps.com/mount-a-windows-drive-on-ubuntu-using-samba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

