<?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>Pink Sandbox &#187; notes</title>
	<atom:link href="http://www.pink-sandbox.com/tag/notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pink-sandbox.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 Apr 2010 08:17:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accessing Windows Shared Folder on Ubuntu</title>
		<link>http://www.pink-sandbox.com/technology/accessing-windows-shared-folder-on-ubuntu/</link>
		<comments>http://www.pink-sandbox.com/technology/accessing-windows-shared-folder-on-ubuntu/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 11:20:00 +0000</pubDate>
		<dc:creator>kelay</dc:creator>
				<category><![CDATA[Geekology]]></category>
		<category><![CDATA[File-Sharing]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.pink-sandbox.com/?p=11</guid>
		<description><![CDATA[Note to self: don&#8217;t forget to add the network share permissions.
I always miss this step. Most probably the reason why I got a mount error 20 = Not a directory when I tried to mount my Windows shared folder. I know there is a mount permission denied error. Anyway, the Not-a-directory error was what I [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;">Note to self:</span> don&#8217;t forget to add the network share permissions.</p>
<p>I always miss this step. Most probably the reason why I got a <span style="font-weight: bold;">mount error 20 = Not a directory</span> when I tried to mount my Windows shared folder. I know there is a mount permission denied error. Anyway, the Not-a-directory error was what I encountered prior to adding &#8216;Everyone&#8217; to the shared permissions list.</p>
<p>To share a folder on Windows XP, you will first have to <span style="font-weight: bold;">make sure that Simple File Sharing is enabled</span>.</p>
<p>To check if it is enabled:</p>
<ul>
<li>Double click on the My Computer icon</li>
<li>Go to <span style="font-weight: bold;">Tools &gt; Folder Options</span></li>
<li>Click <span style="font-weight: bold;">View</span> tab</li>
<li>Locate <span style="font-weight: bold;">Use Simple File Sharing (Recommended)</span>. The checkbox beside it must be selected.</li>
</ul>
<p>With simple file sharing on:</p>
<ul>
<li>Right click on the folder to share</li>
<li>Click on <span style="font-weight: bold;">Sharing and Security&#8230;</span></li>
<li>Check <span style="font-weight: bold;">Share this folder on the network</span> (change the shared folder name if you want)</li>
<li>On the <span style="font-weight: bold;">Security</span> tab, add <span style="font-weight: bold;">Everyone</span> on the permissions list</li>
<li>Click OK to apply changes</li>
</ul>
<p>Take note of the PC&#8217;s IP address (192.168.1.100). Then on Ubuntu:</p>
<ul>
<li>Open the <span style="font-weight: bold;">Terminal</span> application Applications &gt; Accessories &gt; Terminal</li>
<li><span style="font-weight: bold;">mkdir /media/pc-shared</span></li>
<li><span style="font-weight: bold;">sudo mount //192.168.1.100/Shared /media/pc-shared -o username=PC-User password=PC-User-pw</span></li>
<li><span style="font-weight: bold;">cd /media/pc-shared</span></li>
</ul>
<p>Then cp all you want to your local folders.</p>
<p>Unmounting the shared folder will be as simple as <span style="font-weight: bold;">umount /media/pc-shared</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pink-sandbox.com/technology/accessing-windows-shared-folder-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
