Bug 499423 - mounting partitions in dolphin requires root password
Summary: mounting partitions in dolphin requires root password
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kdebase-workspace
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-06 15:59 UTC by Rex Dieter
Modified: 2009-05-11 16:44 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-11 16:30:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2009-05-06 15:59:58 UTC
Since installing F-11, trying to mount local ntfs partions asks for root password (via kdesu).  Prior to upgrading, this was working for me in F-10 without authorization.

Not sure what's going on yet, but thought I'd get this in bz for tracking purposes for now.

Comment 1 Kevin Kofler 2009-05-06 22:04:54 UTC
I think this is intentional, non-removable partitions need root to mount by default.

This can be tweaked in polkit-kde-authorization (or polkit-gnome-authorization) under org.freedesktop.hal.storage.mount-fixed (Mount file systems from internal drivers). It's already set to require admin authentication here on F9.

I think the previous behavior was a bug, the FUSE mounts weren't recognized as internal.

Comment 2 Kevin Kofler 2009-05-06 22:05:54 UTC
Note: the best way to automount fixed partitions is still to use /etc/fstab.

Comment 3 Rex Dieter 2009-05-11 16:12:16 UTC
A partial workaround is to configure kdesu to use sudo (provided you have sudo access setup):

kwriteconfig \
  --file kdesurc \
  --group super-user-command \
  --key super-user-command sudo

( see also: http://dev-loki.blogspot.com/2006/11/kdesu-with-sudo.html )

Come to think of it, this is perhaps how I did have my previous install setup, and I just forgot about it.

Comment 4 Rex Dieter 2009-05-11 16:30:12 UTC
I'd concur with comment #1 , closing->notabug

Comment 5 Rex Dieter 2009-05-11 16:44:56 UTC
and, I confirmed that the default PolicyKit behavior is to require root pass (with similar behavior under gnome).


Note You need to log in before you can comment on or make changes to this bug.