1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-27 08:41:16 +01:00

linux/android: added android-file-transfer to mount android devices on linux

This commit is contained in:
tiyn
2025-03-19 05:28:06 +01:00
parent 3914097907
commit aa1e073119
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# android-file-transfer
[android-file-transfer](https://github.com/whoozle/android-file-transfer-linux) is an MTP client
that allows accessing the files of an [Android](/wiki/android.md)
[smart device](/wiki/smart_devices.md#smartphones-and-tablet-computers) under
[Linux](/wiki/linux.md).
## Setup
On most linux distributions Khal can be installed with the `android-file-transfer` package.
Alternatively it can be installed via
[GitHub](https://github.com/whoozle/android-file-transfer-linux).
## Usage
This section addresses the usage of android-file-transfer.
### Mounting and Unmounting Android Device
An [Android](/wiki/android.md)
[smart device](/wiki/smart_devices.md#smartphones-and-tablet-computers) can be mounted by using the
following command.
Please note that this command assumes one Android device is connected via USB.
In this case the device will be mounted on the directory `~/mnt`.
```sh
aft-mtp-mount ~/mnt
```