In case you wanna deactivate password request for mounting partitions in Ubuntu Karmic, just go through these steps:-
Open a terminal and paste this:
Code:
sudo gedit /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy
In the file you opened with Gedit above, search for this:
Code:
<action id="org.freedesktop.devicekit.disks.filesystem-mount-system-internal">
And scrolling down a bit, you will see something like this (for me, it's on line 34 in that file so it should be on the same line for you too, but double check that):
Code:
<allow_active>auth_admin_keep</allow_active>
which needs to be changed to:
Code:
<allow_active>yes</allow_active>
Source:webupd8.org
Bookmarks