[dolphin] [Bug 494975] Hidden tmp device defined in /etc/fstab re-appears in places panel after reboot

Mathias bugzilla_noreply at kde.org
Fri Nov 8 07:52:32 GMT 2024


https://bugs.kde.org/show_bug.cgi?id=494975

--- Comment #4 from Mathias <mathias at public-ip.org> ---
Thanks for looking into this. Just an addition: There are also other encrypted
partitions on this system which Dolphin successfully remembers to hide from the
pane. The probably only difference between those and the crypt-tmp device where
dolphin forgets the 'hidden' state is that the crypt-tmp partition is freshly
initiated on every reboot: encrypted with a random key, and then a fresh
filesystem installed in it. I do not know how Dolphin identifies devices, but
it seems that not by partition name (/dev/mapper/crypt-tmp) or mount point
(/tmp), because these stay the same.

The section from /etc/conf.d/dmcrypt:
target=crypt-tmp
source=PARTUUID="XXXXXXXX-01"
key='/dev/urandom'
pre_mount='/sbin/mkfs.ext4 ${dev}'
post_mount='chown root:root ${mount_point}; chmod 1777 ${mount_point}'

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list