On Fri, 29 Jan 2021 12:23:19 -0600 "Matt Connell \(Gmail\)" <[email protected]> wrote:
> On Fri, 2021-01-29 at 10:40 -0700, [email protected] wrote: > > I reverse the setting in sudoers. > > > - Removable Drivers and Media: --> Mount removable drives when > > hot-plugged. > > Nice. Glad you found the fix. And for completeness, if you want some command line goodness, there is sys-apps/pmount. man pmount... pmount - mount arbitrary hotpluggable devices as normal user So for example: $ pmount /dev/sdc1 Mounts removable drive to /media/sdc1. Then: $ pumount /media/sdc1 Unmounts it. -- Róbert Čerňanský E-mail: [email protected] Jabber: [email protected]

