1. Open terminal and execute the following command.
sudo pluma /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy
2. To mount encrypted partitions, edit in the section <action id="org.freedesktop.udisks2.encrypted-unlock"> in the line 634 <allow_active>auth_admin_keep</allow_active> for.
<allow_active>yes</allow_active>
3. To mount non encrypted partitions, edit the section <action id=”org.freedesktop.udisks2.filesystem-mount-system”> in the line 173 <allow_active>auth_admin_keep</allow_active> for.
<allow_active>yes</allow_active>
No comments
Post a Comment