this post was submitted on 15 Mar 2024
1000 points (97.3% liked)

linuxmemes

20464 readers
563 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 5 months ago (3 children)

I think OP's point was that UUIDs can still change, but the stuff that makes up the /by-id/ names cannot. Granted, those aren't applicable to partitions.

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago)

Right. I don't think they and I are in disagreement - just trying to help expand their statement. Thanks!

[–] [email protected] 3 points 5 months ago

Right :) the original meme was just talking about drive names (/dev/sdX)

[–] [email protected] 1 points 5 months ago (1 children)

How are the uuids going to change unexpectedly?

[–] [email protected] 2 points 5 months ago

Depends on your definition of "unexpected". OP was talking about reinstalls for example, where the root partition is deleted and recreated and its UUID will change as a result. If you copy an fstab from an older system backup you will fail the mount the root partition.

UUIDs can also cause some reverse trouble if you clone them with dd in which case they won't change but they should, and you end up with duplicate UUIDs.