When you use Ubuntu 9.10 Karmic Koala, there is no option to remember password like the previous version. Maybe it'll disturbing for some users because if you want to mount local drive or access drive from other operating system (dual Operating System), you must fill the password.
You can make your password to be remembered with this manual method:
Open your terminal and type:
sudo gedit /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy
Find action id:
org.freedesktop.devicekit.disks.filesystem-mount-system-internal
At the action id find (without quotes):
" <allow_active>auth_admin_keep</allow_active> "
And change with (without quotes):
" <allow_active>yes</allow_active> "
Save and test your access.
0 comments:
Posting Komentar