complete mounting android setup
This commit is contained in:
parent
c717e43437
commit
9aafa1f82c
@ -1,5 +1,7 @@
|
|||||||
# mtpfs
|
# mtpfs
|
||||||
|
|
||||||
|
## Start
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
|
||||||
> yay -S simple-mtpfs
|
> yay -S simple-mtpfs
|
||||||
@ -8,5 +10,18 @@ List available phones:
|
|||||||
|
|
||||||
> simple-mtpfs -l
|
> simple-mtpfs -l
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user