How to rename/label a drive/partition?

Reddit - Dive into anything and Reddit - Dive into anything are private, so I can’t find any relevant information.

  1. partitionmanager
  2. Select drive
  3. Select partition
  4. Apply

Per https://forum.manjaro.org/uploads/default/original/3X/b/2/b22145a6eb3cd35ae8c2d8cb9926bec70e4f62b8.jpeg of

1 Like

This is close enough to a complete answer that I figured out my problem.

Make sure to unmount the drive so that the partition label becomes editable.

1 Like

Thanks, @Holt_Harper. I’ve hopefully improved it somewhat:

  1. Invoke org.kde.partitionmanager:

    #!/usr/bin/env sh
    partitionmanager
    
  2. Select a drive:

  3. Select a partition:

  4. Unmount it, if mounted.

  5. Invoke the context menu.

  6. Modify the text within the label form:

  7. Apply.

Relevant


I should have categorised this as partitionmanager, not dolphin.