Bug 261142

Summary: mounting removeable disks does not work - org.freedesktop.UDisks.Error.PermissionDenied: Not Authorized
Product: [Frameworks and Libraries] solid Reporter: Jim Jones <rauchwolke>
Component: libsolid-udisksAssignee: Lukáš Tinkl <lukas>
Status: RESOLVED FIXED    
Severity: normal CC: schwarzer, woebbeking
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jim Jones 2010-12-24 13:31:00 UTC
Version:           unspecified (using KDE 4.5.90) 
OS:                Linux

when i try to mount a usbdisk from dolphin for example i get this error:
org.freedesktop.UDisks.Error.PermissionDenied: Not Authorized

how can i fix this?

Reproducible: Always
Comment 1 Andre Woebbeking 2010-12-28 13:57:34 UTC
Does http://www.mail-archive.com/devkit-devel@lists.freedesktop.org/msg00814.html help you?

I had the same problem. First udisks was missing on my system and then I had to recompile kdebase with console-kit support.
Comment 2 Jim Jones 2010-12-28 15:38:33 UTC
i found the problem - i had to enable 
CONFIG_AUDITSYSCALL=y
in the kernel ....
Comment 3 Frederik Schwarzer 2011-01-24 02:22:15 UTC
For the record: You also need to log in via KDM (or any other display manager). Otherwise Consolekit will not count your sesion as "local" and refuse any access to external devices.