<?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>Personal Blog of Emre Yaşar &#187; linux windows mount</title>
	<atom:link href="http://www.yasars.com/index.php/tag/linux-windows-mount/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yasars.com</link>
	<description>A bit technical, a bit lifestyle..</description>
	<lastBuildDate>Tue, 27 Apr 2010 19:55:21 +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>Basic Linux Tips #3 &#8211; Mounting a Windows (Cifs) Share to Linux</title>
		<link>http://www.yasars.com/index.php/2009/12/10/basic-linux-tips-3-mounting-a-windows-cifs-share-to-linux/</link>
		<comments>http://www.yasars.com/index.php/2009/12/10/basic-linux-tips-3-mounting-a-windows-cifs-share-to-linux/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 18:54:42 +0000</pubDate>
		<dc:creator>Admin - Emre Yasar</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux cifs mount]]></category>
		<category><![CDATA[linux cifs share]]></category>
		<category><![CDATA[linux windows mount]]></category>
		<category><![CDATA[linux windows share]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[mounting cifs share to Linux]]></category>

		<guid isPermaLink="false">http://www.yasars.com/?p=345</guid>
		<description><![CDATA[Assume that you are sharing your E drive at your windows PC and you want to mount this sharing to /mnt directory at your Linux machine.
So you may execute this command at Linux shell:
mount -t cifs //192.168.1.1/E  /mnt -o user=emreyasar
PS: 192.168.1.1 is IP of Windows machine.

]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-8" title="LINUX1-emreyasar" src="http://www.yasars.com/wp-content/uploads/2009/08/LINUX1-full-300x187.jpg" alt="LINUX1-emreyasar" width="300" height="187" />Assume that you are sharing your E drive at your windows PC and you want to mount this sharing to /mnt directory at your Linux machine.</p>
<p>So you may execute this command at Linux shell:</p>
<p><strong>mount -t cifs //192.168.1.1/E  /mnt -o user=emreyasar</strong></p>
<p>PS: 192.168.1.1 is IP of Windows machine.<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yasars.com/index.php/2009/12/10/basic-linux-tips-3-mounting-a-windows-cifs-share-to-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
