用 Jmtpfs 访问 Android 文件系统

Signed-off-by: Rick Chan <cy187lion@sina.com>
This commit is contained in:
Rick Chan 2019-07-22 00:53:39 +08:00
parent ef45b9d706
commit 4f1f45d5eb
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 用 Jmtpfs 访问 Android 文件系统
访问 Android 手机媒体系统需要使用 MTP 协议Linux 系统下通过安装 mtp 文件系统来支持 MTP 协议,使用 simple-mtpfs 或 jmtpfs 可简化操作。
## 安装
```sh
pacman -S libmtp
yaourt jmtpfs
```
## 使用
```sh
jmtpfs <mount point>
umount <mount point>
```