LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Two partitions are sharing one UUID. (https://www.linuxquestions.org/questions/linux-hardware-18/two-partitions-are-sharing-one-uuid-573024/)

hpladd 07-28-2007 03:09 PM

Two partitions are sharing one UUID.
 
Here's the problem: two partitions, each on separate hard drives, share the same UUID.

Quote:

root@office:~# vol_id -u /dev/hda2
40948c8d-3423-4164-b606-a7a13d6a1f86
root@office:~# vol_id -u /dev/hdb1
40948c8d-3423-4164-b606-a7a13d6a1f86
System info:
2.6.20-16-generic
Kubuntu -- Feisty Fawn
no lvm or raid

I've tried to reassign UUIDs without success, and I have found no UUID tutorials that help me with this problem.

Thanks,
--P

macemoneta 07-28-2007 04:17 PM

If you are using an EXT2/EXT3 filesystem, you can regenerate a fresh UUID on one of the drives with:

tune2fs -U random /dev/xxyz


All times are GMT -5. The time now is 03:31 AM.