<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What UUIDs Are and How To Use Them in Ubuntu</title>
	<atom:link href="http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:00:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: etnadamoc</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-7003</link>
		<dc:creator>etnadamoc</dc:creator>
		<pubDate>Fri, 29 Apr 2011 06:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-7003</guid>
		<description>Anon is right! what good does uuid if you can not make any backups/clones from harddisks anymore without starting to &quot;code&quot; before. Linux should try to be more userfriendly if it want to spread itself</description>
		<content:encoded><![CDATA[<p>Anon is right! what good does uuid if you can not make any backups/clones from harddisks anymore without starting to "code" before. Linux should try to be more userfriendly if it want to spread itself</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymoose</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-6853</link>
		<dc:creator>anonymoose</dc:creator>
		<pubDate>Fri, 07 May 2010 12:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-6853</guid>
		<description>If you clone a partition&#039;s filesystem, the UUID of the original partition will be tacked on to the new partition as the cloned filesystem is copied over.

You can then generate a new UUID for an Ext2 or Ext3 partition using

tune2fs -U random /dev/sdax

(where /dev/sdax is the number of the new partition)

Be sure to copy the new UUID, as displayed by
 sudo blkid

to the GRUB (Legacy) /boot/grub/menu.lst and to /etc/fstab

Alternatively, you could generate a new UUID with
 uuidgen 

and copy it to the menu.lst and fstab files and to the partition with

 tune2fs -U xxxxxx-xxxx /dev/sdax

where xxxxx-xxxx stands for the newly generated UUID.</description>
		<content:encoded><![CDATA[<p>If you clone a partition's filesystem, the UUID of the original partition will be tacked on to the new partition as the cloned filesystem is copied over.</p>
<p>You can then generate a new UUID for an Ext2 or Ext3 partition using</p>
<p>tune2fs -U random /dev/sdax</p>
<p>(where /dev/sdax is the number of the new partition)</p>
<p>Be sure to copy the new UUID, as displayed by<br />
 sudo blkid</p>
<p>to the GRUB (Legacy) /boot/grub/menu.lst and to /etc/fstab</p>
<p>Alternatively, you could generate a new UUID with<br />
 uuidgen </p>
<p>and copy it to the menu.lst and fstab files and to the partition with</p>
<p> tune2fs -U xxxxxx-xxxx /dev/sdax</p>
<p>where xxxxx-xxxx stands for the newly generated UUID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith A</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-6786</link>
		<dc:creator>Keith A</dc:creator>
		<pubDate>Fri, 22 Jan 2010 13:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-6786</guid>
		<description>Wim, it looks to me as if your sfd1 is a partition within the sde1 partition (using the same mounting point)

I could be mistaken but that&#039;s my take on it.
Try looking at your partitions with a LiveCD&#039;s graphical partition tool, it may help to visualize it.</description>
		<content:encoded><![CDATA[<p>Wim, it looks to me as if your sfd1 is a partition within the sde1 partition (using the same mounting point)</p>
<p>I could be mistaken but that's my take on it.<br />
Try looking at your partitions with a LiveCD's graphical partition tool, it may help to visualize it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu Karmic Koala: Upgrading Jaunty Jackalope &#171; Curly Braces</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-6757</link>
		<dc:creator>Ubuntu Karmic Koala: Upgrading Jaunty Jackalope &#171; Curly Braces</dc:creator>
		<pubDate>Sun, 01 Nov 2009 09:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-6757</guid>
		<description>[...] 1.What is UUID ? &#124; Unix Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.What is UUID ? | Unix Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: electronico</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-6705</link>
		<dc:creator>electronico</dc:creator>
		<pubDate>Tue, 20 Oct 2009 08:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-6705</guid>
		<description>@Wim
Might your devices /dev/sde1 and /dev/sdf1 have been in a RAID1 or cloned ?
This happened to me ...</description>
		<content:encoded><![CDATA[<p>@Wim<br />
Might your devices /dev/sde1 and /dev/sdf1 have been in a RAID1 or cloned ?<br />
This happened to me &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Christianson</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-2102</link>
		<dc:creator>Mike Christianson</dc:creator>
		<pubDate>Mon, 02 Mar 2009 07:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-2102</guid>
		<description>Thanks for the info.  It came in handy after repartitioning my two drives.</description>
		<content:encoded><![CDATA[<p>Thanks for the info.  It came in handy after repartitioning my two drives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wim</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-1827</link>
		<dc:creator>Wim</dc:creator>
		<pubDate>Wed, 28 Jan 2009 20:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-1827</guid>
		<description>If these UUIDS are considered unique then why the heck do I get the same UUID all of a sudden. For some weird reason some of the UUIDs got screwed up. 

sudo blkid
/dev/sda1: UUID=&quot;cde9bfc0-4c4f-405d-8729-95c0624cd3b3&quot; 
/dev/sda2: TYPE=&quot;swap&quot; UUID=&quot;19233dcb-6ae3-4b5f-a926-39e1909689c6&quot; 
/dev/sdb1: UUID=&quot;cd79f6ab-6770-4e6c-a4ad-15db909abe02&quot; 
/dev/sdc1: UUID=&quot;e7041c14-3952-4af6-8d98-fddc8e9313b9&quot; 
/dev/sdd1: UUID=&quot;7bfd287a-9bab-4ef0-9e35-8931dba74f91&quot; 
/dev/sde1: UUID=&quot;740b0350-af69-4d23-83ec-31b6f6e8b4ce&quot; 
/dev/sdf1: UUID=&quot;740b0350-af69-4d23-83ec-31b6f6e8b4ce&quot; 

Why oh why are these id&#039;s NOT unique? 
Reason #1 is not a correct argument if I look at this :-)</description>
		<content:encoded><![CDATA[<p>If these UUIDS are considered unique then why the heck do I get the same UUID all of a sudden. For some weird reason some of the UUIDs got screwed up. </p>
<p>sudo blkid<br />
/dev/sda1: UUID="cde9bfc0-4c4f-405d-8729-95c0624cd3b3"<br />
/dev/sda2: TYPE="swap" UUID="19233dcb-6ae3-4b5f-a926-39e1909689c6"<br />
/dev/sdb1: UUID="cd79f6ab-6770-4e6c-a4ad-15db909abe02"<br />
/dev/sdc1: UUID="e7041c14-3952-4af6-8d98-fddc8e9313b9"<br />
/dev/sdd1: UUID="7bfd287a-9bab-4ef0-9e35-8931dba74f91"<br />
/dev/sde1: UUID="740b0350-af69-4d23-83ec-31b6f6e8b4ce"<br />
/dev/sdf1: UUID="740b0350-af69-4d23-83ec-31b6f6e8b4ce" </p>
<p>Why oh why are these id's NOT unique?<br />
Reason #1 is not a correct argument if I look at this <img src='http://unixtutorial.s3.amazonaws.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-1348</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Fri, 28 Nov 2008 17:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-1348</guid>
		<description>UUIDs suck big time. They are hard to find out, keep changing all the time and GRUB doesn&#039;t use them. Linux developers are just insane to have introduced this.</description>
		<content:encoded><![CDATA[<p>UUIDs suck big time. They are hard to find out, keep changing all the time and GRUB doesn't use them. Linux developers are just insane to have introduced this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Embedded</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-277</link>
		<dc:creator>Embedded</dc:creator>
		<pubDate>Sat, 07 Jun 2008 19:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-277</guid>
		<description>Speaking of UUID and Grub on SuSE the Grub boot knows about UUID as does /etc/fstab.

If you clone a Hard Drive better edit these for the new one because they will NOT be right on it eg.  Toshiba 100GB hard drive to Toshiba 320GB hard drive.  Best to rename all to sda0-whatever from UUID. (you can do that on the original too)

Been There done that.</description>
		<content:encoded><![CDATA[<p>Speaking of UUID and Grub on SuSE the Grub boot knows about UUID as does /etc/fstab.</p>
<p>If you clone a Hard Drive better edit these for the new one because they will NOT be right on it eg.  Toshiba 100GB hard drive to Toshiba 320GB hard drive.  Best to rename all to sda0-whatever from UUID. (you can do that on the original too)</p>
<p>Been There done that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2008/05/ubuntu-uuid-how-to/comment-page-1/#comment-258</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Sat, 24 May 2008 00:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=49#comment-258</guid>
		<description>Thanks for a really useful comment - good to know, especially BEFORE adding new drive to one&#039;s PC :)</description>
		<content:encoded><![CDATA[<p>Thanks for a really useful comment &#8211; good to know, especially BEFORE adding new drive to one's PC <img src='http://unixtutorial.s3.amazonaws.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/15 queries in 0.006 seconds using disk: basic
Object Caching 420/420 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: unixtutorial.s3.amazonaws.com

Served from: www.unixtutorial.org @ 2012-02-04 20:43:50 -->
