• @[email protected]
    link
    fedilink
    178 months ago

    Are UUIDs built into the hardware, or something your computer decides on based on the drive’s serial number and shit?

    • @[email protected]
      link
      fedilink
      298 months ago

      According to Arch Wiki they get generated and stored in the partition when it is formatted. So kinda like labels but automated and with (virtually) no collision risk.

    • @MeanEYE
      link
      68 months ago

      No. Since each partition gets its own UUID, it means it’s generated by the OS on creation, no matter the number of partitions. On boot kernel will scan all UUIDs and then mount and map according to them, which is sightly less efficient method than naming block device directly, but far easier for humans and allows you to throw your drives to whichever port you like.