<?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>Kurinchi Blogger Scribbles ... &#187; samba</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/samba/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Simple File Sharing Steps with Samba in CentOS for beginners</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/08/simple-file-sharing-steps-with-samba-in-centos-for-beginners.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/08/simple-file-sharing-steps-with-samba-in-centos-for-beginners.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 07:13:02 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Linux Server]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[NT_STATUS_OBJECT_NAME_NOT_FOUND]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[samba client]]></category>
		<category><![CDATA[samba version]]></category>
		<category><![CDATA[server message block]]></category>
		<category><![CDATA[share linux windows]]></category>
		<category><![CDATA[smb]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=638</guid>
		<description><![CDATA[Samba facilitates file sharing across linux, windows systems for beginners First create a folder in your Windows system, right click the folder and share the folder for network access. Let say that you have created a folder for share as &#8220;xpshare&#8221; and that the name of your windows machine is &#8220;windowsxp&#8221; (right click &#8220;My Computer&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Samba facilitates file sharing across linux, windows systems for beginners</strong></p>
<p>First create a folder in your Windows system, right click the folder and share the folder for network access. Let say that you have created a folder for share as &#8220;<strong>xpshare</strong>&#8221; and that the name of your windows machine is &#8220;<strong>windowsxp</strong>&#8221; (right click &#8220;<strong>My Computer</strong>&#8221; and select properties. Under the tab &#8220;<strong>Computer Name</strong>&#8221; you can note the name of the  machine)<br />
<span id="more-638"></span><br />
Now go to your Linux box.</p>
<p>Check the rpm package to ensure if samba, samba client got installed<br />
<strong>$ rpm -qa &#8216;samba*&#8217;</strong></p>
<p>If it is not installed, then install it using yum installer<br />
<strong>$ yum install samba samba-client</strong></p>
<p>Note the current directory<br />
<strong>$ pwd<br />
/tmp</strong></p>
<p>Now issue the samba command to connect to windows box as<br />
<strong>$ smbclient //windowsxp/xpshare<br />
password:</strong></p>
<p>Enter the password of your linux box and you will be connected to the windows machine and the command prompt will be changed to </p>
<p><strong>smb: \&gt;</strong></p>
<p>To know the commands that you can use with samba,<br />
<strong>smb :\&gt; help</strong><br />
You can use the commands like dir, get, put, chmod, rmdir within the samba share</p>
<p><strong>smb :\&gt; get New File.txt (wrong)<br />
smb :\&gt; get &#8220;New File.txt&#8221; (correct)</strong></p>
<p>In windows you can easily create and move file with names which has space in it. In order to get a file from windows with spaces, enclose the file name within quotes. Else you will get an error which would state &#8220;<strong>NT_STATUS_OBJECT_NAME_NOT_FO</strong>UND opening remote file \New&#8221; as it fails to go beyond the first space in the file name &#8220;New File&#8221;</p>
<p><strong>smb :\&gt; quit</strong><br />
Now the file &#8220;New File.txt&#8221; will be in the directory from where you initially connected to the samba share<br />
<strong>$ ls -l</strong> (to list the file that was brought down from the samba share)</p>
<p>To know the version of samba that you are using , type<br />
<strong>$ smbd -V</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/08/simple-file-sharing-steps-with-samba-in-centos-for-beginners.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

