Welcome to today’s daily kōrero!

Anyone can make the thread, first in first served. If you are here on a day and there’s no daily thread, feel free to create it!

Anyway, it’s just a chance to talk about your day, what you have planned, what you have done, etc.

So, how’s it going?

  • @d3Xt3r
    link
    2
    edit-2
    10 months ago

    A label is a property of the filesystem, on a particular partition. A name is a property in the GPT, so it resides outside of the filesystem/partition.

    In the old days, when we were using MBR disks, we only had labels. The problem with labels is that they can be a bit inconsistent, with some filesystems only offering 11 character labels, some 15, some supporting only upper case (FAT) etc. With GPT disks, the name can be stored in the GPT itself, and has a char limit of 72, which gives more flexibility and consistency, regardless of the actual filesystem in use. But labels are still around for backwards compatibility reasons.

    • @DaveOPMA
      link
      210 months ago

      Thanks for the background! It seema labels are still very much in use if that’s the way I need to rename a partition so it shows with that label in the UI.