Score:0

Mount a Garmin inReach Explorer+ as a regular USB drive only shows root permissions

it flag
GBG

I am trying to make a USB connection to a Garmin inReach Explorer+ with Ubuntu 20.04. After making the cable connection I can run lsusb and see the drive.

lsusb
Bus 003 Device 003: ID 1163:0300 DeLorme Publishing, Inc. Garmin USB inReach

Furthermore, I can run:

ls -l /dev/bus/usb/003/003
crw-rw-r-- 1 root root 189, 258 Dec  2 04:48 /dev/bus/usb/003/003

and see that the connection is only available to root.

I read online that I could give myself permissions to the USB port using

adduser <username> lp

Which I did and that returns this:

groups
gerry adm lp cdrom sudo dip plugdev input lpadmin lxd sambashare

After logging out and back in to set those permissions I still cannot see the Garmin in a file browser. I have also tried restarting the Garmin but this did not help.

How do I change the permissions to allow me to access this USB port?

waltinator avatar
it flag
Adding yourself to the `lp` group only makes it easier for you to sysadmin printers. Watch `sudo journalctl --follow` as you connect the device. Then, find the "device name" via `ls -lrt /dev`. If the permissions allow group r/w, only then will adding yourself to the same group as `/dev/whatever` will help. Also check if the device got mounted with `mount`, and read `man mount`, especially the section on the specific filesystem in use.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.