Disable Dialog Password At uBuntu 9.10 When Mount

In Ubuntu everytime we do mounting process on each partition will be asked to enter a password, for those who feel disturbed you can remove the dialog password, so everytime we mounting the hard disk partition or flash disk it will not asked to enter a password again.

OK here is the steps:

1. Open terminal then type the following command
sudo gedit /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy
2. Then find a line like below
< id="”org.freedesktop.devicekit.disks.filesystem-mount-system-internal”">
3. Scroll down a bit and make sure found this line
<>auth_admin_keep
4.
Change the line with
yes(/allow_active>
5. Done. Have a try

No comments:

Post a Comment