Automount: -Drive still asks for password even with automount?
- Insert this script in /etc/polkit-1/rules.d/10-udisks2.rules and you're done:
polkit.addRule(function(action, subject) { if ((action.id == "org.freedesktop.udisks2.filesystem-mount-system" || action.id == "org.freedesktop.udisks2.filesystem-mount") && subject.isInGroup("wheel")) { return polkit.Result.YES;
}