<?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>Marius van Witzenburg &#187; Samba</title>
	<atom:link href="http://kitara.nl/tag/samba/feed/" rel="self" type="application/rss+xml" />
	<link>http://kitara.nl</link>
	<description>We fight for our survival, we fight!</description>
	<lastBuildDate>Sun, 20 May 2012 15:39:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fix write access problem for Mac OS X 10.6.x to Samba share on FreeBSD or Linux</title>
		<link>http://kitara.nl/2010/04/08/fix-write-access-problem-for-mac-os-x-10-6-x-to-samba-share-on-freebsd-or-linux/</link>
		<comments>http://kitara.nl/2010/04/08/fix-write-access-problem-for-mac-os-x-10-6-x-to-samba-share-on-freebsd-or-linux/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 10:34:56 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[BSD / Linux / Unix]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Share]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1566</guid>
		<description><![CDATA[Nothing is more irritating than not being able to copy the files you want to a share. This problem has been bugging me since the release of Mac OS X 10.6. The fix seems to be quite simple, I added the following to my global block in smb.conf: [global] dos charset = UTF8 unix charset [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing is more irritating than not being able to copy the files you want to a share.</p>
<p>This problem has been bugging me since the release of Mac OS X 10.6.</p>
<p>The fix seems to be quite simple, I added the following to my global block in smb.conf:</p>

<div class="wp_syntax"><div class="code"><pre class="config" style="font-family:monospace;">[global]
dos charset = UTF8
unix charset = UTF8
display charset = UTF8
unix extensions = no</pre></div></div>

<p>Now we can work without errors again. <img src='http://kitara.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Ps. Don't forget to unmount and re-mount your share before the changes take effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://kitara.nl/2010/04/08/fix-write-access-problem-for-mac-os-x-10-6-x-to-samba-share-on-freebsd-or-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to fix broken Samba shares on Mac OS X Snow Leopard</title>
		<link>http://kitara.nl/2010/03/13/how-to-fix-broken-samba-shares-on-mac-os-x-snow-leopard/</link>
		<comments>http://kitara.nl/2010/03/13/how-to-fix-broken-samba-shares-on-mac-os-x-snow-leopard/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 18:00:00 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[Hang]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Stall]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1338</guid>
		<description><![CDATA[I was searching for a way to get rid of my Finder problems... I stumbled upon this blog post, this solved Finder crashes and hookups for me. Thanks for this info! ~~~ I did a fresh install of Snow Leopard on my Macbook and soon realized my Samba shares were broken through finder - but [...]]]></description>
			<content:encoded><![CDATA[<p>I was searching for a way to get rid of my Finder problems...<br />
I stumbled upon this blog post, this solved Finder crashes and hookups for me.</p>
<p>Thanks for this info!<br />
~~~<br />
I did a fresh install of Snow Leopard on my Macbook and soon realized my Samba shares were broken through finder - but still worked from the CLI.</p>
<p>Worse still once I tried to access the shares Finder would basically be dead, you'd need to Force Quit it to make it work again.</p>
<p>Eventually I reached for tcpdump and wireshark and found it's the pesky .DS_Store files again, seems my QNAP is denying access to them, Finder did not cope well with this.</p>
<p>A quick bit of hackery of my smb.conf solved it:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">veto files = /.AppleDB/.AppleDouble/.AppleDesktop/.DS_Store/:2eDS_Store/Network Trash Folder/Temporary Items/TheVolumeSettingsFolder/.@__thumb/.@__desc/
delete veto files = yes</pre></div></div>

<p>Once I got this removed and samba restarted my shares were working again in Snow Leopard.  A bit annoying but not too hard in the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://kitara.nl/2010/03/13/how-to-fix-broken-samba-shares-on-mac-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

