Summary: | Dolphin detects wrong location for device if it is bind-mounted | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Kishore Gopalakrishnan <kishore96> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | kfm-devel, me |
Priority: | NOR | ||
Version: | 19.08.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kishore Gopalakrishnan
2019-10-26 13:50:49 UTC
Still an issue in 23.04.3. Encountering this on a NixOS "root on tmpfs" setup (https://github.com/nix-community/impermanence), where various paths including files are bind-mounted from a subdirectory of /nix (the original mount point of the persistent drive /dev/nvme0n1p2). In my case, dolphin tries to open /etc/krb5.keytab instead of /nix. lsblk output: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 232.9G 0 disk └─bcache0 253:0 0 3.6T 0 disk /home sdb 8:16 0 111.8G 0 disk sdc 8:32 0 3.6T 0 disk └─bcache0 253:0 0 3.6T 0 disk /home sr0 11:0 1 367.8M 0 rom nvme0n1 259:0 0 232.9G 0 disk ├─nvme0n1p1 259:1 0 512M 0 part /boot └─nvme0n1p2 259:2 0 232.4G 0 part /var/log/journal /var/lib/systemd /var/lib/swap /var/lib/private/anisette-server /var/lib/openvpn-gamevpn /var/lib/lockdown /var/lib/libvirt /var/lib/cups /var/lib/bluetooth /var/lib/alsa /var/lib/AccountsService /var/keys /tmp /root /etc/nixos /var/log/wtmp /var/log/btmp /etc/machine-id /etc/krb5.keytab /nix/store /var/lib/nixos /nix |