google android connect linux
https://wiki.archlinux.org/index.php/MTP
jmtpfs
https://github.com/phatina/simple-mtpfs/wiki
测试环境
fedora 24
Installing
sudo dnf install simple-mtpfs
Usage
Device listing
simple-mtpfs -l
Mounting
simple-mtpfs by default
mkdir ~/mtp
simple-mtpfs -l
simple-mtpfs ~/mtp
mount|grep mtp
simple-mtpfs by –device
mkdir ~/mtp
simple-mtpfs -l
simple-mtpfs --device 1 ~/mtp
mount|grep mtp
mount
mkdir ~/mtp
mount
mount|grep mtp
sum:mount: /dev/bus/usb/001/006 is not a block device 未检验
Unmounting
mkdir ~/mtp
simple-mtpfs -l
simple-mtpfs --device 1 ~/mtp
mount|grep mtp
fusermount -u ~/mtp
mount|grep mtp
Move-operation
mkdir ~/mtp
simple-mtpfs -l
simple-mtpfs -o enable-move ~/mtp
mount|grep mtp
sum:未检验
本文介绍了如何在Linux系统中使用MTP(Media Transfer Protocol)进行设备连接与文件管理。主要内容包括安装simple-mtpfs软件包,列出已连接的MTP设备,挂载设备到指定目录,以及卸载设备等操作步骤。
805

被折叠的 条评论
为什么被折叠?



