<?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>.DS_Store &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/ds_store/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Mon, 09 Jan 2012 09:38:03 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=70533</generator>
	<item>
		<title>Evitare la creazione di file .DS_Store su FileSystem remoti montati con sshfs</title>
		<link>https://blog.smsoft.it/2012/01/09/evitare-la-creazione-di-file-ds_store-su-filesystem-remoti-montati-con-sshfs/</link>
					<comments>https://blog.smsoft.it/2012/01/09/evitare-la-creazione-di-file-ds_store-su-filesystem-remoti-montati-con-sshfs/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 09 Jan 2012 09:38:03 +0000</pubDate>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[.DS_Store]]></category>
		<category><![CDATA[SSHFS]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=1638</guid>

					<description><![CDATA[Come saprete, OSX crea files .DS_Store contenenti informazioni di sistema. Questo avviene anche sui File System remoti montati con sshfs. Ci sono due sistemi per evitare che questo accada: 1 &#8211; aggiungere l&#8217;opzione noappledouble durante il montaggio, es: [crayon-6a7853cd66521073993924/] 2 &#8211; configurare OSX in modo che non scriva il file .DS_Store nei FileSystem di rete, ... <a title="Evitare la creazione di file .DS_Store su FileSystem remoti montati con sshfs" class="read-more" href="https://blog.smsoft.it/2012/01/09/evitare-la-creazione-di-file-ds_store-su-filesystem-remoti-montati-con-sshfs/" aria-label="Per saperne di più su Evitare la creazione di file .DS_Store su FileSystem remoti montati con sshfs">Leggi tutto</a>]]></description>
										<content:encoded><![CDATA[<p>Come saprete, OSX crea files <a href="http://en.wikipedia.org/wiki/AppleSingle_and_AppleDouble_formats" target="_blank" rel="noopener noreferrer">.DS_Store</a> contenenti informazioni di sistema. Questo avviene anche sui File System remoti montati con sshfs. Ci sono due sistemi per evitare che questo accada:<br />
1 &#8211; aggiungere l&#8217;opzione <a href="http://fuse4x.org/options.html#noappledouble" target="_blank" rel="noopener noreferrer">noappledouble</a> durante il montaggio, es:</p><pre class="urvanov-syntax-highlighter-plain-tag">sshfs user@some-host.net:/home/user/ ~/mountpoint -onoappledouble,auto_cache,reconnect,volname=somename,defer_permissions,negative_vncache</pre><p>2 &#8211; configurare OSX in modo che non scriva il file .DS_Store nei FileSystem di rete, digitando nel terminale:</p><pre class="urvanov-syntax-highlighter-plain-tag">defaults write com.apple.desktopservices DSDontWriteNetworkStores true</pre><p>che provvede ad inserire tale settaggio nel file <strong>~/Library/Preferences/com.apple.desktopservices.plist</strong> </p>
<p>enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2012/01/09/evitare-la-creazione-di-file-ds_store-su-filesystem-remoti-montati-con-sshfs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
