<?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>UUID &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/uuid/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>Tue, 22 Sep 2015 09:30:53 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=87876</generator>
	<item>
		<title>Linux: recuperare l&#8217;UUID di un hard disk</title>
		<link>https://blog.smsoft.it/2015/09/22/linux-recuperare-luuid-di-un-hard-disk/</link>
					<comments>https://blog.smsoft.it/2015/09/22/linux-recuperare-luuid-di-un-hard-disk/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 22 Sep 2015 09:30:53 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[UUID]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=3224</guid>

					<description><![CDATA[Le ultime versioni di Debian utilizzano l&#8217;UUID al posto del nome della partizione nel file /etc/fstab per fare il mount all&#8217;avvio di sistema. Dopo aver aggiunto un nuovo disco, per recuperare l&#8217;UUID da utilizzare nel file /etc/fstab si può usare il seguente comando: [crayon-6a6704179a571501085584/] In alternatica è possibile usare l&#8217;utility blkid direttamente sul disco da ... <a title="Linux: recuperare l&#8217;UUID di un hard disk" class="read-more" href="https://blog.smsoft.it/2015/09/22/linux-recuperare-luuid-di-un-hard-disk/" aria-label="Per saperne di più su Linux: recuperare l&#8217;UUID di un hard disk">Leggi tutto</a>]]></description>
										<content:encoded><![CDATA[<p>Le ultime versioni di Debian utilizzano l&#8217;<strong>UUID</strong> al posto del nome della partizione nel file <strong>/etc/fstab</strong> per fare il mount all&#8217;avvio di sistema.</p>
<p>Dopo aver aggiunto un nuovo disco, per recuperare l&#8217;UUID da utilizzare nel file <strong>/etc/fstab</strong> si può usare il seguente comando:</p><pre class="urvanov-syntax-highlighter-plain-tag">ls -l /dev/disk/by-uuid

totale 0
lrwxrwxrwx 1 root root 10 ago  7 11:32 00ae5e9d-54be-45df-904d-a7c1d1cb3869 -> ../../sda5
lrwxrwxrwx 1 root root 10 ago  7 11:32 05d5642a-3534-48af-b335-39d6e7ba466f -> ../../sda1
lrwxrwxrwx 1 root root 11 ago  7 11:32 e4596a3f-29ca-42e8-8d10-598ccd81b874 -> ../../loop0</pre><p></p>
<p>In alternatica è possibile usare l&#8217;utility blkid direttamente sul disco da controllare:</p><pre class="urvanov-syntax-highlighter-plain-tag">blkid /dev/sda1

/dev/sda1: UUID="05d5642a-3534-48af-b335-39d6e7ba466f" TYPE="ext4" PARTUUID="42e4aa75-01"</pre><p></p>
<p>enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2015/09/22/linux-recuperare-luuid-di-un-hard-disk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
