Debian mount partition not authorized to perform Operati error resolution

Source: Internet
Author: User

This article is to share a solution that solves the problem that the Debian Mount Partition appears not authorized to perform Operati error. After updating to Debian 8.0. Installed the LXDE Desktop Manager.

Although very concise, but still like Xfce.

It was later found that using Thunar mount partitions under Xfce would appear: not authorized to perform operation error.

Inside Mentioned:

Check the file/usr/share/polkit-1/actions/org.freedesktop.udisks2.policy to make sure you have:
Mount a filesystem
Authentication is required to mount the filesystem

Auth_admin
Auth_admin
Yes

I open my system file, which has a lot of action.

The last few actions under each action:

<action>
Some ************* are omitted here
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>

The main thing is

<allow_active>yes</allow_active>

Some other action inside is

<allow_active>auth_admin</allow_active>

Also, the head of each action is different.

I've changed a few, like the

<action id= "Org.freedesktop.udisks2.filesystem-unmount-others" >

Under the

<allow_active>auth_admin</allow_active>

Change to

<allow_active>yes</allow_active>

Now in the Thunar Manager to click which partition, can automatically open, has not mounted symbols.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.