View Single Post
Old 06-01-2021, 01:46 AM   #2
Cootey
Absentminded Reader
Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.Cootey ought to be getting tired of karma fortunes by now.
 
Cootey's Avatar
 
Posts: 1,339
Karma: 7440829
Join Date: Apr 2017
Device: Kobo Mini, Libra Colour & Elipsa; Kindle Paperwhite 3 & 4; iOS apps
Working Around Kobo Libra H2O Mounting as Root When Hotplugged

Have you tried creating a mount point for it, then setting your user as owner? I’m mostly a Unix/Darwin user, but I was just dealing with a similar issue yesterday on my rPi and found the first part of this page helpful:

Code:
 sudo mkdir /mnt/kobo
sudo chown -R pi:pi /mnt/kobo
sudo chmod -R 775 /mnt/kobo
sudo setfacl -Rdm g:pi:rwx /mnt/kobo
sudo setfacl -Rm g:pi:rwx /mnt/kobo
https://www.htpcguides.com/properly-...-raspberry-pi/

Obviously, call the mount point whatever you want.


Sent from my iPhone using Tapatalk Pro
Cootey is offline   Reply With Quote