<?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>Samba Archives - VirtJunkie</title>
	<atom:link href="/tag/samba/feed/" rel="self" type="application/rss+xml" />
	<link>/tag/samba/</link>
	<description>Virtualization, Automation, and anything else that might be on my mind</description>
	<lastBuildDate>Wed, 14 Dec 2005 13:48:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>

<image>
	<url>/wp-content/uploads/2020/04/cropped-vj4-150x150.png</url>
	<title>Samba Archives - VirtJunkie</title>
	<link>/tag/samba/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Mount a Samba share to your Computer in Linux</title>
		<link>/2005/12/14/how_to_mount_a_samba_share_to_your_computer_in_linux/</link>
					<comments>/2005/12/14/how_to_mount_a_samba_share_to_your_computer_in_linux/#comments</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Wed, 14 Dec 2005 13:48:01 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Samba]]></category>
		<guid isPermaLink="false">http://www.jonhoweonline.com/blog/?p=44</guid>

					<description><![CDATA[<p>This is something that I&#8217;ve been wanting to do for some time. It&#8217;s just this morning that I actually decided to do it. It&#8217;s pretty simple. This small tutorial is based upon the assumption that you already have a samba share set up. However, if you don&#8217;t, then keep posted, because I&#8217;ll talk about that [&#8230;]</p>
<p>The post <a href="/2005/12/14/how_to_mount_a_samba_share_to_your_computer_in_linux/">How to Mount a Samba share to your Computer in Linux</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is something that I&#8217;ve been wanting to do for some time.  It&#8217;s just this morning that I actually decided to do it.  It&#8217;s pretty simple.</p>
<p>This small tutorial is based upon the assumption that you already have a samba share set up.  However, if you don&#8217;t, then keep posted, because I&#8217;ll talk about that in a later tutorial.  Also, It&#8217;s based upon the assumption that you have the samba client and sambafs installed.  In debian all that you have to do to install this is type in the following line:<br />
<code>apt-get install smbfs smbclient</code></p>
<p>All that you have to do is type in the following command to have a non-permanent solution (on one line):<br />
<code>mount -t smbfs //[server ip or domain name]/[server directory] [place that you want to mount the directory] -o username=[samba username],password=[samba password]</code></p>
<p>If you go with this solution you&#8217;ll have to reenter this command each time that you start up your computer.  To make this a permanent change, you need to edit your &#8216;/etc/fstab&#8217; file by adding the following line at the bottom (on one line)<br />
<code>//[server name or ip]/[shrae name] [directory to mount share into] smbfs username=[samba username],password=[samba password] 0 0</code></p>
<p>This works for me, but if you have any problems feel free to leave a comment and I&#8217;ll help you out ASAP.</p>
<p>Later,<br />
Jon Howe</p>
<p>The post <a href="/2005/12/14/how_to_mount_a_samba_share_to_your_computer_in_linux/">How to Mount a Samba share to your Computer in Linux</a> appeared first on <a href="/">VirtJunkie</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>/2005/12/14/how_to_mount_a_samba_share_to_your_computer_in_linux/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
