Re: [CentOS] Changing disk UUID after cloning

2013-05-23 Thread Michael Hennebry
On Wed, 22 May 2013, Glenn Eychaner wrote: > So, I have a CentOS 6 system, and I want to make several clones of it. I'm > using Clonezilla to clone the drives; that's no problem. But the drive UUIDs > are driving me up the wall. After cloning, the two drives have the same UUID, > but I'd like

Re: [CentOS] Changing disk UUID after cloning

2013-05-22 Thread Glenn Eychaner
On May 22, 2013, at 4:14 PM, Reindl Harald wrote: > Am 22.05.2013 21:58, schrieb Glenn Eychaner: >> So, I have a CentOS 6 system, and I want to make several clones of it. I'm >> using Clonezilla to clone the drives; that's no problem. But the drive >> UUIDs are driving me up the wall. After c

Re: [CentOS] Changing disk UUID after cloning

2013-05-22 Thread Eero Volotinen
something like this: http://ubuntuforums.org/showthread.php?t=1378527 2013/5/22 Glenn Eychaner > So, I have a CentOS 6 system, and I want to make several clones of it. > I'm using Clonezilla to clone the drives; that's no problem. But the > drive UUIDs are driving me up the wall. After cloni

Re: [CentOS] Changing disk UUID after cloning

2013-05-22 Thread Mike McCarthy
*If the disk is in /dev/sda2 then generate a new UUID with uuidgen and apply it with tune2fs myhost # uuidgen b13fddae-a3c3-4d17-8220-7773eb404dec myhost # tune2fs -U b13fddae-a3c3-4d17-8220-7773eb404dec /dev/sda2 Mike * On 05/22/2013 04:12 PM, m.r...@5-cent.us wrote: > Glenn Eychaner wrote: >>

Re: [CentOS] Changing disk UUID after cloning

2013-05-22 Thread m . roth
Glenn Eychaner wrote: > So, I have a CentOS 6 system, and I want to make several clones of it. > I'm using Clonezilla to clone the drives; that's no problem. But the > drive UUIDs are driving me up the wall. After cloning, the two drives have > the same UUID, but I'd like each clone to have differ

[CentOS] Changing disk UUID after cloning

2013-05-22 Thread Glenn Eychaner
So, I have a CentOS 6 system, and I want to make several clones of it. I'm using Clonezilla to clone the drives; that's no problem. But the drive UUIDs are driving me up the wall. After cloning, the two drives have the same UUID, but I'd like each clone to have different UUIDs so there's no po