2020-01-02 00:04:35 +00:00
|
|
|
# mtpfs
|
|
|
|
|
2021-07-25 21:51:19 +00:00
|
|
|
## Start
|
|
|
|
|
2020-01-02 00:04:35 +00:00
|
|
|
Install:
|
|
|
|
|
|
|
|
> yay -S simple-mtpfs
|
|
|
|
|
|
|
|
List available phones:
|
|
|
|
|
|
|
|
> simple-mtpfs -l
|
|
|
|
|
2021-07-25 21:51:19 +00:00
|
|
|
Make a mount point:
|
|
|
|
|
|
|
|
> mkdir phone
|
|
|
|
|
|
|
|
Check your phone, and tell it to allow access to the USB.
|
|
|
|
|
|
|
|
> simple-mtpfs --device 1 phone
|
|
|
|
|
|
|
|
## Stop
|
|
|
|
|
|
|
|
> fusermount -u phone
|
|
|
|
|
|
|
|
rmdir phone
|
2021-05-18 22:21:06 +00:00
|
|
|
|
|
|
|
|