https://bugs.kde.org/show_bug.cgi?id=466992
--- Comment #2 from Andrius Štikonas <andr...@stikonas.eu> --- (In reply to Paul Worrall from comment #1) > Agree. > > GPT partitions have a "PartitionName" > (https://uefi.org/specs/UEFI/2.10/05_GUID_Partition_Table_Format.html#gpt- > partition-entry-array) > > Filesystems generally have a "Label" or "Volume Label" (man mkfs.btrfs, > .ext4, etc.) > > Partition Manager should follow this terminology There seems to be a bit of a mess with label vs name for partitions... Hmm, I think I followed terminology used by lsblk: $ lsblk -o PARTLABEL /dev/sda1 PARTLABEL EFI System lsblk is part of util-linux package. Yet fdisk which is also from util-linux uses Partition Name. I guess this confusion in therminology is because they are essentially the same thing, just at different levels, one is a string at partition level, the other at file system level. That said, if people feel strongly that this should be partition name, we can change it. Support for actually editing parition names is not wired into GUI (if I remember correctly kpmcore library has implemented required functions, but it's not exposed in GUI). Anyway, this is a duplicate of 443197, so any discussion for this point should be there. -- You are receiving this mail because: You are watching all bug changes.