<?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>Snow Leopard &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/snow-leopard/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, 19 Oct 2009 18:23:18 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=62587</generator>
	<item>
		<title>Montare un disco nfts in scrittura su Snow Leopard</title>
		<link>https://blog.smsoft.it/2009/10/19/montare-un-disco-nfts-in-scrittura-su-snow-leopard/</link>
					<comments>https://blog.smsoft.it/2009/10/19/montare-un-disco-nfts-in-scrittura-su-snow-leopard/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 19 Oct 2009 18:23:18 +0000</pubDate>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=514</guid>

					<description><![CDATA[Tra le tante novità introdotte da Snow Leopard, c&#8217;è la possibilità di montare dischi ntfs in scrittura, oltre che in lettura. Per farlo, però, occorre fare una piccola modifica al file /etc/fstab inserendo i riferimenti al disco ntfs da attivare in scrittura. Soluzione 1 Supponiamo che il disco abbia come etichetta &#8220;VERBATIM&#8221; (l&#8217;etichetta è quella ... <a title="Montare un disco nfts in scrittura su Snow Leopard" class="read-more" href="https://blog.smsoft.it/2009/10/19/montare-un-disco-nfts-in-scrittura-su-snow-leopard/" aria-label="Per saperne di più su Montare un disco nfts in scrittura su Snow Leopard">Leggi tutto</a>]]></description>
										<content:encoded><![CDATA[<p>Tra le tante novità introdotte da Snow Leopard, c&#8217;è la possibilità di montare dischi ntfs in scrittura, oltre che in lettura. Per farlo, però, occorre fare una piccola modifica al file <strong>/etc/fstab</strong> inserendo i riferimenti al disco ntfs da attivare in scrittura.</p>
<h4>Soluzione 1</h4>
<p>Supponiamo che il disco abbia come etichetta &#8220;<strong>VERBATIM</strong>&#8221; (l&#8217;etichetta è quella visualizzata sulla scrivania dopo la connessioen del disco), basterà inserire nel file <strong>/etc/fstab</strong> la seguente riga:</p><pre class="urvanov-syntax-highlighter-plain-tag">LABEL=VERBATIM<!--DVFMTSC--> none<!--DVFMTSC--> ntfs<!--DVFMTSC--> rw</pre><p>Dopo aver aggiuto la riga nel file /etc/fstab, basterà disconnettere e poi ricollegare il disco.</p>
<h4>Soluzione 2</h4>
<p>In alternativa è possibile indicare l&#8217;<strong>UUID</strong> del disco al posto dell&#8217;etichetta. L&#8217;<strong>UUID</strong> può essere recuperato con l&#8217;utility diskutil, eseguendo dal terminale:</p><pre class="urvanov-syntax-highlighter-plain-tag">diskutil info /Volumes/nome_del_disco_ntfs</pre><p>dove <strong>nome_del_disco</strong>_ntfs è chiaramente il nome del disco da montare. Verrà mostrato un riepilogo e tra le varie righe ci sarà qualcosa del tipo:</p><pre class="urvanov-syntax-highlighter-plain-tag">Volume UUID:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 25969050-71DF-4FCB-BC98-D58E96B48DF0</pre><p>A questo punto la direttiva da inserire nel file /<strong>etc/fstab</strong> sarà:</p><pre class="urvanov-syntax-highlighter-plain-tag">UUID=25969050-71DF-4FCB-BC98-D58E96B48DF0<!--DVFMTSC--> none ntfs rw</pre><p>Dopo aver aggiuto la riga nel file /etc/fstab, basterà disconnettere e poi ricollegare il disco.</p>
<h4>Riepilogo</h4>
<p>Ricordo che occorrono i permessi di root per scrivere nel file e che nel caso il file non esista, basterà crearlo.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2009/10/19/montare-un-disco-nfts-in-scrittura-su-snow-leopard/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
