I’ve installed Fedora 38 with an encrypted system partition since I’ll be traveling with my device. OS is running fine but now I’d like to have a more human readable label in dolphin for that partition. All renaming attempts in the terminal with “e2label” and “btrfs filesystem label” failed. The KDE partition manager didn’t help either. Disks at least shows me the option to add a label, but can’t unmount the partition to do so (Error unmounting, udisks-error-quark, 14).

Does anyone have any experience and would like to share?

  • @ISOmorphOP
    link
    fedilink
    2
    edit-2
    1 year ago

    sudo btrfs filesystem label

    I did do just that to no avail. No error message either. I managed to find this however:

    “btrfs filesystem show” works. I do not know what “lsblk requires a udevadm trigger” means but I’ll look into it

    • @ISOmorphOP
      link
      fedilink
      1
      edit-2
      1 year ago

      Update: a simple “sudo udevadm trigger” command worked. Dolphin shows the right label now.