I have numerous non-system file systems, one of which is used for storage and is labeled, strangely enough, "storage". It is a BTRFS file system spanning 2 partitions on 2 different hard drives. It is listed in /etc/fstab using the mount point of "/mnt/storage".
Prior to upgrading to 24.04 base:
I would open Dolphin, click on "storage" under "Devices", and it would mount at /mnt/storage. The icon under Devices would change from a hard drive icon with a red "disconnected" overlay to just the drive icon with no overlay. Subsequent clicks on storage under Devices would change the active Dolphin window to the /mnt/storage directory.
After upgrading to 24.04 base:
I open Dolphin, click on "storage" under "Devices", and it mounts at /mnt/storage. The icon under Devices DOES NOT change the Devices icon and the active window does not change. Subsequent clicks on storage under Devices mounts it again under /media/username/storage Additional clicks create additional media mounts as storage1, storage2, storage3, etc. The active window never changes.
My suspicion is the cause is Dolphin no longer correctly identifying the file system label because it's a 2 partition BTRFS file system. A file system created this way, when mounted shows both partitions with the same label because it is one file system. This was also the case when using 22.04 but Dolphin handled it normally.
Another unusual trait: the mounts created under /media require sudo to unmount even though they are mounted under my user folder.
Off to do some testing...
Prior to upgrading to 24.04 base:
I would open Dolphin, click on "storage" under "Devices", and it would mount at /mnt/storage. The icon under Devices would change from a hard drive icon with a red "disconnected" overlay to just the drive icon with no overlay. Subsequent clicks on storage under Devices would change the active Dolphin window to the /mnt/storage directory.
After upgrading to 24.04 base:
I open Dolphin, click on "storage" under "Devices", and it mounts at /mnt/storage. The icon under Devices DOES NOT change the Devices icon and the active window does not change. Subsequent clicks on storage under Devices mounts it again under /media/username/storage Additional clicks create additional media mounts as storage1, storage2, storage3, etc. The active window never changes.
My suspicion is the cause is Dolphin no longer correctly identifying the file system label because it's a 2 partition BTRFS file system. A file system created this way, when mounted shows both partitions with the same label because it is one file system. This was also the case when using 22.04 but Dolphin handled it normally.
Another unusual trait: the mounts created under /media require sudo to unmount even though they are mounted under my user folder.
Off to do some testing...
Comment