https://wiki.archlinux.org/title/Media_Transfer_Protocol

https://jeromebelleman.gitlab.io/posts/filesystems/gvfs/


Android File Transfer
android-file-transfer <===> program na stahnuti dat z mobilu Android
lsusb <===> napise napr Bus 001 Device 022: ID 0b**:***3 ASUSTek Computer, Inc. Zenfone GO (ZB500KL) (Debug, MTP mode)
lsusb -v -s 22 <===> napise detaily pro zarizeni 022 viz vyse

After installing android-file-transfer, while trying to mount any MTP device if you get the following error:

$ aft-mtp-mount /path/to/folder
connect failed: no MTP device found

then install the package: android-udev. This package contains per manufacturer/device udev rules for MTP devices, making it easier to use ADB or MTP.