32 lines
330 B
Markdown
32 lines
330 B
Markdown
---
|
|
title: "android"
|
|
tags: [ "Documentation", "system" ]
|
|
---
|
|
# mtpfs
|
|
|
|
## Start
|
|
|
|
Install:
|
|
|
|
> yay -S simple-mtpfs
|
|
|
|
List available phones:
|
|
|
|
> 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
|
|
|
|
|