android
mtpfs
Start
Install:
1yay -S simple-mtpfs
List available phones:
1simple-mtpfs -l
Make a mount point:
1mkdir phone
Check your phone, and tell it to allow access to the USB.
1simple-mtpfs --device 1 phone
Stop
1fusermount -u phone
2rmdir phone