Difference between revisions of "USB mounting and polkit"
From Applied Optics Wiki
Rikesh Patel (talk | contribs) (Created page with "Issues may occur where you may not be able to mount USB drives (or other drives) outside of root. Using root is not a real option as you'd need to be able to copy/paste conven...") |
Rikesh Patel (talk | contribs) |
||
Line 1: | Line 1: | ||
Issues may occur where you may not be able to mount USB drives (or other drives) outside of root. Using root is not a real option as you'd need to be able to copy/paste conveniently. The issue may be polkit related - a piece of software that is used to authorise users to do things. Create and add this to /etc/polkit-1/localauthority/50-local.d/10-consolekit.pkla (under root); | Issues may occur where you may not be able to mount USB drives (or other drives) outside of root. Using root is not a real option as you'd need to be able to copy/paste conveniently. The issue may be polkit related - a piece of software that is used to authorise users to do things. Create and add this to /etc/polkit-1/localauthority/50-local.d/10-consolekit.pkla (under root); | ||
+ | <pre> | ||
[udisks] | [udisks] | ||
Identity=unix-group:scan | Identity=unix-group:scan | ||
Line 9: | Line 10: | ||
Action=org.freedesktop.udisks2.* | Action=org.freedesktop.udisks2.* | ||
ResultAny=yes | ResultAny=yes | ||
+ | </pre> |
Revision as of 15:36, 31 May 2018
Issues may occur where you may not be able to mount USB drives (or other drives) outside of root. Using root is not a real option as you'd need to be able to copy/paste conveniently. The issue may be polkit related - a piece of software that is used to authorise users to do things. Create and add this to /etc/polkit-1/localauthority/50-local.d/10-consolekit.pkla (under root);
[udisks] Identity=unix-group:scan Action=org.freedesktop.udisks.* ResultAny=yes [udisks2] Identity=unix-group:scan Action=org.freedesktop.udisks2.* ResultAny=yes