From 9aafa1f82c6eaad9a2a444bd9f4a772047134b2e Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sun, 25 Jul 2021 23:51:19 +0200 Subject: [PATCH] complete mounting android setup --- system/android.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/system/android.md b/system/android.md index e610440..bfd9507 100644 --- a/system/android.md +++ b/system/android.md @@ -1,5 +1,7 @@ # mtpfs +## Start + Install: > yay -S simple-mtpfs @@ -8,5 +10,18 @@ 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