<?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>maduixa &#187; uuid</title>
	<atom:link href="http://blog.jau.cat/tag/uuid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jau.cat</link>
	<description>Blog personal d&#039;en minterior amb gust a maduixa</description>
	<lastBuildDate>Sun, 16 Oct 2011 22:02:20 +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>Com trobar els UUIDs de les particions a Ubuntu</title>
		<link>http://blog.jau.cat/2010/04/21/com-trobar-els-uuids-de-les-particions-a-ubuntu/</link>
		<comments>http://blog.jau.cat/2010/04/21/com-trobar-els-uuids-de-les-particions-a-ubuntu/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 22:32:03 +0000</pubDate>
		<dc:creator>minterior</dc:creator>
				<category><![CDATA[Programari]]></category>
		<category><![CDATA[com es fa]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[particions]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[uuid]]></category>

		<guid isPermaLink="false">http://blog.jau.cat/?p=322</guid>
		<description><![CDATA[El UUID, o Universally Unique Identifier en anglès, és un identificador estàndard usat en la construcció de programari, estandaritzat per la Open Software Foundation (OSF), amb l&#8217;objectiu de permetre que sistemes distrubuïts identifiquin informació de forma única sense dependre de coordinació central. A Ubuntu i a d&#8217;altres distribucions de GNU/Linux basades en Debian, es poden [...]]]></description>
			<content:encoded><![CDATA[<p>El UUID, o <a title="Wikipedia, en anglès" href="http://en.wikipedia.org/wiki/Universally_Unique_Identifier">Universally Unique Identifier</a> en anglès, és un identificador estàndard usat en la construcció de programari, estandaritzat per la <a title="Wikipedia, en castellà" href="http://es.wikipedia.org/wiki/Open_Software_Foundation">Open Software Foundation</a> (OSF), amb l&#8217;objectiu de permetre que sistemes distrubuïts identifiquin informació de forma única sense dependre de coordinació central.</p>
<p>A Ubuntu i a d&#8217;altres distribucions de GNU/Linux basades en Debian, es poden obtenir aquests identificadors per a cadascuna de les nostres particions amb una comanda ben simple:</p>
<pre class="brush: bash; title: ; notranslate">blkid</pre>
<p>Que haurem d&#8217;executar com a superusuari (root) o amb <em>sudo</em> al davant. La sortida d&#8217;aquesta serà semblant a:</p>
<pre class="brush: plain; title: ; notranslate">
/dev/sda1: UUID=&quot;8a866472-a077-4da9-9663-cd5a2774f801&quot; TYPE=&quot;reiserfs&quot;
/dev/sdb1: UUID=&quot;af8e31aa-9bb3-4c5e-b13a-433b06bb2231&quot; TYPE=&quot;reiserfs&quot;
/dev/sdc1: UUID=&quot;c027fa2e-ad9d-4324-bdad-941a5c43d2b3&quot; TYPE=&quot;reiserfs&quot;
/dev/sdc2: UUID=&quot;a9dbb0c9-3c60-4083-8f4c-de7e69d0ffda&quot; TYPE=&quot;swap&quot;
/dev/sdc5: UUID=&quot;8be8352b-e28e-44ee-a2e2-9abfa1eb43eb&quot; TYPE=&quot;reiserfs&quot;
</pre>
<p>Informació que ens pot resultar útil per configurar el fitxer <em>/etc/fstab</em>, amb les regles i opcions per muntar les diferents particions que tinguem.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jau.cat/2010/04/21/com-trobar-els-uuids-de-les-particions-a-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

