<?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>S i X h E a D { ? } &#187; samba</title>
	<atom:link href="http://sixhead.com/tag/samba/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixhead.com</link>
	<description>เมื่อความรู้มีไว้แบ่งปัน</description>
	<lastBuildDate>Sun, 25 Dec 2011 04:15:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Share folder between Ubuntu, XP, Vista with Samba</title>
		<link>http://sixhead.com/2008/10/16/share-folder-between-ubuntu-xp-vista-with-samba/</link>
		<comments>http://sixhead.com/2008/10/16/share-folder-between-ubuntu-xp-vista-with-samba/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 15:41:16 +0000</pubDate>
		<dc:creator>Pipo</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://sixhead.com/?p=241</guid>
		<description><![CDATA[Share folder from Ubuntu Install Samba {smartads} $ sudo apt-get install samba Edit config $ sudo nano /etc/samba/smb.conf Replace with this simple config. Don't forget to create your share directory. [global] workgroup = YOUR_WORK_GROUP netbios name = YOUR_COMPUTER_NAME security = SHARE auth methods = guest domain master = No wins support = Yes [Sharing] comment=My [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Share folder from Ubuntu</strong><br />
Install Samba<br />
{smartads}</p>
<pre>$ sudo apt-get install samba</pre>
<p>Edit config</p>
<pre>$ sudo nano /etc/samba/smb.conf</pre>
<p><span id="more-241"></span>Replace with this simple config. Don't forget to create your share directory.</p>
<pre>[global]
workgroup = YOUR_WORK_GROUP
netbios name = YOUR_COMPUTER_NAME
security = SHARE
auth methods = guest
domain master = No
wins support = Yes

[Sharing]
comment=My Ubuntu
path = /home/your_home_directory/Sharing
read only = No
guest ok = Yes</pre>
<p>save, exit nano and restart Samba</p>
<pre>$ smbd restart</pre>
<p>done</p>
<p><strong>Mount folder from XP, Vista (share folder from XP, Vista)</strong><br />
Install smbfs, smbclient</p>
<pre>$ sudo apt-get install smbfs smbclient</pre>
<p>Edit auto mount</p>
<pre>$ sudo gedit /etc/fstab</pre>
<p>Add your target share folder like this. Don't forget to create your mount directory.</p>
<pre>//192.168.1.1/Sharing /home/your_home_directory/Vista-Sharing smbfs rw, 0 0</pre>
<p>//192.168.1.1/Sharing = Your XP, Vista share folder (test by type \\192.168.1.1\Sharing in Windows location bar)<br />
/home/your_home_directory/Vista-Sharing = Directory in your Ubuntu</p>
<p>Re mounting device</p>
<pre>$ sudo mount -a</pre>
<p>done</p>
<p><map name='google_ad_map_241_f21c57aff87a446f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/241?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_241_f21c57aff87a446f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=241&amp;url= http%3A%2F%2Fsixhead.com%2F2008%2F10%2F16%2Fshare-folder-between-ubuntu-xp-vista-with-samba%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://sixhead.com/2008/10/16/share-folder-between-ubuntu-xp-vista-with-samba/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

