Bug 368713

Summary: Solid doesn't detect disk as mounted
Product: [Frameworks and Libraries] frameworks-solid Reporter: Simone Gaiarin <simgunz>
Component: generalAssignee: Lukáš Tinkl <lukas>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kdelibs-bugs-null
Priority: NOR    
Version First Reported In: 5.24.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Simone Gaiarin 2016-09-12 19:27:00 UTC
I have a LUKS dm-crypt encrypted partition which I mount with pam_mount at login.

The problem is that it is not detected as mounted by Dolphin. I guess the problem resides in solid.
Running the following command:

solid-hardware details '/org/freedesktop/UDisks2/block_devices/dm_2d0'

I get:

StorageAccess.accessible = false  (bool)


If I click on the disk listed as unmounted in dolphin it is mounted for a second time on a different mount point and the result of the command becomes true. 

Reproducible: Always
Comment 1 Simone Gaiarin 2016-09-12 19:35:35 UTC
Actually udisks --dump shows ismounted: 0 on the dm partition. So probably it's related to udisk not to solid.
Comment 2 Simone Gaiarin 2016-10-27 20:54:59 UTC
Solved somehow, but I don't know how exactly. Probably not related to solid.