<?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>Computer Technology Services &#187; Windows</title>
	<atom:link href="http://www.itcare.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcare.net</link>
	<description>(in the Vail Valley since 1995)</description>
	<lastBuildDate>Wed, 05 May 2010 23:32:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to mount a Windows ( = Samba) network share from Ubuntu linux automatically at boot?</title>
		<link>http://www.itcare.net/2007/12/19/how-to-automatically-mount-windows-samba-network-share-from-ubuntu-linux/</link>
		<comments>http://www.itcare.net/2007/12/19/how-to-automatically-mount-windows-samba-network-share-from-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 21:43:54 +0000</pubDate>
		<dc:creator>tibor</dc:creator>
				<category><![CDATA[Fixes/Solutions]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://milehighlinux.com/blog/?p=18</guid>
		<description><![CDATA[Assumed variables Windows ( = Samba) network share&#8217;s server IP: 192.168.1.100 (FYI: you can use the server&#8217;s name instead of the IP address as long as you have internal name resolution within your network so that the server&#8217;s name can resolve to your server&#8217;s IP) Share name on server: share Name of the local folder [...]]]></description>
			<content:encoded><![CDATA[<p>Assumed variables<strong><br />
Windows ( = Samba) network share&#8217;s server IP:</strong> <font color="#800000">192.168.1.100</font><br />
(FYI: you can use the server&#8217;s name instead of the IP address as long as you have internal name resolution within your network so that the server&#8217;s name can resolve to your server&#8217;s IP)<strong><br />
Share name on server:</strong> <font color="#0000ff">share</font><strong><br />
Name of the local folder that we mount the remote share under: <font color="#ff0000">joes_share</font></strong><strong><br />
username to access the Windows (samba) share:</strong> <font color="#339966">joe</font><strong><br />
password to access the Windows (samba) share:</strong> <font color="#ff6600">pass</font><strong></p>
<p>Steps</strong>:<br />
<strong>1.</strong> Open a terminal session such as gnome-terminal<br />
<strong><br />
2.</strong> Type <strong><em>sudo mkdir /mnt/<font color="#ff0000">joes_share</font></em></strong> then push ENTER<br />
<font color="#808080">#This will create a local folder called share under folder /mnt</font></p>
<p><strong>3.</strong> Type <strong><em>sudo nano -w /etc/fstab</em></strong><font color="#999999"><br />
#This will open the file /etc/fstab in the nano command line text editor</font></p>
<blockquote></blockquote>
<blockquote></blockquote>
<p><strong>4.</strong> Type <strong><em>//<font color="#800000">192.168.1.100</font>/<font color="#0000ff">share</font>	/mnt/<font color="#ff0000">joes_share</font>    smbfs credentials=/etc/samba/cred-file,uid=userid,gid=users	0	0</em></strong><br />
<font color="#999999">      #THE LINE ABOVE SHOULD BE ONE LINE ONLY IN FSTAB! This command will mount the windows server share called &#8220;share&#8221; (with server IP address </font><font color="#999999">192.168.1.100) to your local folder /mnt/</font><font color="#999999">joes_share</font></p>
<p><strong>5.</strong> Push CTRL+X and then push Y to save this file<br />
<strong><br />
6.</strong> Type <strong><em>sudo nano -w /etc/samba/cred-file</em></strong> then push the ENTER key<br />
<strong><br />
7.</strong> Type <strong><em>username=</em><font color="#339966">joe</font></strong> then push the ENTER key<br />
<strong><br />
8.</strong> Type <strong><em>password=</em><font color="#ff6600">pass</font></strong> then push CTRL+X and then push Y to save this file<br />
<strong><br />
9.</strong> To make sure that it works Type: <strong><em>sudo mount -a</em></strong> and push ENTER</p>
<p><strong> Now you should be able to</strong>:<br />
<strong>#1</strong> See the content of your SHARE from your remote computer mounted locally under /mnt/<font color="#ff0000">joes_share</font><br />
<strong> #2</strong> Add, Delete and Create any files under /mnt/<font color="#ff0000">joes_share</font> as a regular (non-root) user without having to use the sudo command all the time<br />
<strong> #3</strong> Have the share automatically mount at boot time from now on</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itcare.net/2007/12/19/how-to-automatically-mount-windows-samba-network-share-from-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
