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