Page 2 of 2

Re: usb automount in thunar as unprivileged user

Posted: Thu Jan 14, 2016 8:11 am
by rhowaldt
wow. thats one of the best support posts ive read. *slow clap*

Re: usb automount in thunar as unprivileged user

Posted: Thu Jan 14, 2016 8:36 am
by Snap
Quite a lot of rubbish for something that can be scripted in bash and executed automatically.
Amen to that.

Re: usb automount in thunar as unprivileged user

Posted: Thu Jan 14, 2016 9:16 am
by eat64sgs
Thank you for your extensive answer.

Of course thunar-volman is installed and the options are set. Next I will check the installation of the other packages.


And I will heed your advice.

eat64sgs

Re: usb automount in thunar as unprivileged user

Posted: Thu Jan 14, 2016 12:55 pm
by eat64sgs
Hello machinbacon,
thank you for the extensive answer.
I will check the installed packages. Perhaps there is something missing. But not before weekend.
I will also heed your advice.
Best regards

eat64sgs

Re: usb automount in thunar as unprivileged user

Posted: Thu Jan 14, 2016 1:00 pm
by eat64sgs
I am sorry for my last post, but the post I wrote before in my last login session was not visible after submittin. So I answered again.

eat64sgs

Re: usb automount in thunar as unprivileged user

Posted: Thu Jan 14, 2016 2:02 pm
by pidsley
I do not care about automounting usb sticks, but if I did, I'd use usbmount.

https://packages.debian.org/sid/usbmount

Re: usb automount in thunar as unprivileged user

Posted: Thu Jan 14, 2016 6:58 pm
by eat64sgs
So, I checked installed packeges. And what a mistake: I confounded libpolkit with policykit-1.

I installed policykit-1, and now mounting as unprivileged users and shutdown from lightdm work. YEAHH!

Only one thing is left: shutdown and reboot as user without password. But I think I can solve it soon.

Thank you all for your help.

eat64sgs

Re: usb automount in thunar as unprivileged user

Posted: Thu Jan 14, 2016 8:33 pm
by machinebacon
rhowaldt wrote:wow. thats one of the best support posts ive read. *slow clap*
So much about the page break quote rule :D

Re: usb automount in thunar as unprivileged user

Posted: Thu Jan 14, 2016 8:34 pm
by machinebacon
eat64sgs wrote:So, I checked installed packeges. And what a mistake: I confounded libpolkit with policykit-1.

I installed policykit-1, and now mounting as unprivileged users and shutdown from lightdm work. YEAHH!

Only one thing is left: shutdown and reboot as user without password. But I think I can solve it soon.

Thank you all for your help.

eat64sgs
You edited some files manually, maybe there's the foul egg somewhere. I guarantee that these things worked on a fresh install noX -> XFCE4 with the instructions posted. Else I wouldn't have posted it.

Re: [SOLVED] usb automount in thunar as unprivileged user

Posted: Fri Jan 15, 2016 4:03 pm
by rhowaldt
^^ hahaha oh fuck i didnt notice :D

Re: [SOLVED] usb automount in thunar as unprivileged user

Posted: Mon Feb 01, 2016 12:45 am
by Launfal
I'm a pmount guy myself. Any time I need a file manager (which is never since I found the grill) I was using mc, but I've been playing around with vimfm and trying to figure that out.

Pointing and clicking to manage my files is something I don't see myself ever doing again.

Re: [SOLVED] usb automount in thunar as unprivileged user

Posted: Mon Feb 01, 2016 12:56 am
by pidsley
Launfal wrote:I'm a pmount guy myself.
I used pmount for a little while. Then I gave sudo users no-password access to mount and umount and removed pmount.

/etc/sudoers (use visudo) :

Code: Select all

%sudo   ALL=NOPASSWD: /bin/mount, /bin/umount
I have aliases for "sudo mount" and "sudo umount" so I don't have to type the full commands, and they don't require a password.

Re: [SOLVED] usb automount in thunar as unprivileged user

Posted: Mon Feb 01, 2016 1:35 pm
by rhowaldt
^ this.