<?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>Thijs Lensselink&#039;s Blog &#187; Samba</title>
	<atom:link href="http://lenss.nl/tag/samba/feed/" rel="self" type="application/rss+xml" />
	<link>http://lenss.nl</link>
	<description>Webdevelopment and stuff...</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:39:43 +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>Linux, Samba spaces in share names</title>
		<link>http://lenss.nl/2009/07/linux-samba-spaces-in-share-names/</link>
		<comments>http://lenss.nl/2009/07/linux-samba-spaces-in-share-names/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 08:23:13 +0000</pubDate>
		<dc:creator>Thijs Lensselink</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://lenss.nl/?p=495</guid>
		<description><![CDATA[Yesterday i had to reconfigure the samba server at the office. And at the same time change some of the share names we&#8217;ve been using. One of the new names contained a space. And while setting this up on all Windows boxes i noticed no problem. After all was finished i went to edit my [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday i had to reconfigure the samba server at the office. And at the same time change some of the share names we&#8217;ve been using. One of the new names contained a space. And while setting this up on all Windows boxes i noticed no problem. </p>
<p>After all was finished i went to edit my fstab file so i get the new shares at boot. And after making changes to fstab i always do a simple test</p>
<blockquote><p>sudo mount -a</p></blockquote>
<p>This resulted in a syntax error from the fstab file</p>
<blockquote><p>[mntent]: line 13 in /etc/fstab is bad</p></blockquote>
<p>That&#8217;s nice. So Linux doesn&#8217;t like spaces in the share names. How strange :) So i tried a few escaping sequences.</p>
<blockquote><p>&#8216;samba share&#8217;<br />
&#8220;samba share&#8221;<br />
samba\ share</p></blockquote>
<p>Non of that seemed to work. So after a bit of searching found the solution. You can use an octal number format to express the ASCII symbol. In this case that&#8217;s &#8217;040&#8242;. And escape it with a slash.</p>
<blockquote><p>samba\040share</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://lenss.nl/2009/07/linux-samba-spaces-in-share-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
