using LX terminal on Notes Boox Notes Pro

using LX terminal on Notes Boox Notes Pro
find an ebook on

usb-c naar laptop
=> Notes gets mounted , however not under /media/{user} as one would expect
the divie is listed in the file manager, under devices , and is accesible for file trnsfer

This because it is mounted using the mtp:// protocal

? and thus not the case for usb disk ?
? same is true for android phones ?

However you can not open a terminal and f.i. use the command “find”
To access it in terminal :
cd '/run/user/1000/gvfs/mtp:host=Onyx_NoteP_0123456789ABCDEF/Internal storage/Books/' find . -name '*SearchText*'

/run/user/ x x x /gvfs/
gvfs is a pseudo filesystem , like tmpfs ?

/ x x x / can and will change :
/run/user/{$USER}/gvf , or /run/user/$UID/gvfs/ or /var/run/user/$UID/gvfs
etc

adress is named after the protocol, connection type and address they use.
Which makes things difficult, because the connection address may change every time you replug the device, even if it is the same port. If you have the same device twice it gets even worse.

at least , on older versions of gvfs