libkf5solid5 does not handle multiple mount points (there is a "Fixme" in the source code) and also does not check if the mount point is a bound mount. Unfortunately udisks2 sorts mount points alphabetically (or so it seems) So if the bound mount points path name is alphabetically lower than the mount point of the partition root the former will be used instead of the root mount point. How to reproduce: boot kubuntu 15.10 live dvd (KDE Frameworks 5.13.0) sudo su mkdir /mnt/test mount -t auto /dev/sda1 /mnt/test mkdir /home/kubuntu/test mount /mnt/test/somedir /home/kubuntu/test -o bind open for example Dolphin clicking on the device name opens /home/kubuntu/test (/mnt/test/somedir) instead of /mnt/test because udisks2 lists /home/kubuntu/test before /mnt/test and libsollid onyl regards the first mount point
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.
*** This bug has been marked as a duplicate of bug 349617 ***