Bug 368713 - Solid doesn't detect disk as mounted
Summary: Solid doesn't detect disk as mounted
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-solid
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.24.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Lukáš Tinkl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-12 19:27 UTC by Simone Gaiarin
Modified: 2016-10-27 20:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.