<?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; OS X</title>
	<atom:link href="http://mariusvw.com/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://mariusvw.com</link>
	<description>We fight for our survival, we fight!</description>
	<lastBuildDate>Tue, 27 Dec 2011 10:35:27 +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>How to fix broken Samba shares on Mac OS X Snow Leopard</title>
		<link>http://mariusvw.com/2010/03/13/how-to-fix-broken-samba-shares-on-mac-os-x-snow-leopard/</link>
		<comments>http://mariusvw.com/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://mariusvw.com/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>

