Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
It means exactly what it says: On your system, there are two partitions, /dev/sda2 and /dev/sdb2, with the same Physical Volume UUID.
UUIDs are supposed to be globally unique, so normally this should never happen. It could be the result of the /dev/sda2 partition being duplicated onto /dev/sdb (or the other way around) with dd or a similar tool.
Use 'blkid' to see what the current labels & UUIDs are. Modify the UUID for sdb2 or sda2 with:
Quote:
sudo tune2fs -U <new uuid> /dev/sdb2
That would change the file system UUID on an ext2/3/4 file system, not the UUID of an LVM Physical Volume.
And since a PV contains metadata (and usually no directly recognizable file system), running tune2fs or any other file system utility on a PV device is very likely to cause data corruption. I suspect tune2fs would detect that the device doesn't contain a valid file system, though.
It looks to me as though the system failed to detect the RAID array and, finding two identical two identical disks, arbitrarily selected sdb2. You need to find out why the RAID detect failed. I'm no expert there -- sorry.
(I see those repeated words. Not correcting. They are just "two" apt.)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.