用 Jmtpfs 访问 Android 文件系统
Signed-off-by: Rick Chan <cy187lion@sina.com>
This commit is contained in:
parent
ef45b9d706
commit
4f1f45d5eb
|
@ -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>
|
||||||
|
```
|
Loading…
Reference in New Issue