I was looking for a way to mount my phone in Linux, over USB, and I came across a recommendation to use adbfs. I was able to download the files to a directory and run make, and I created a subdirectory called mnt.
When I run ./adbfs mnt
I get the output --*-- exec_command: adb shell "ls"
.
When I try to navigate to the directory, I get Transport endpoint is not connected
.
I know I am connected to the phone because when I run adb shell I can access the phone and navigate through its files.