码迷,mamicode.com
首页 > 系统相关 > 详细

xubuntu 17.04 和 iphone 6互传文件方法——使用libimobiledevice就可以像u盘一样操作文件了

时间:2017-05-04 00:12:00      阅读:1166      评论:0      收藏:0      [点我收藏+]

标签:inf   ubuntu   ant   wan   users   python   media   air   before   

I need to preface this by saying I‘m also new to Linux, but I‘ve got it working I think. The instructions you and I tried to follow aren‘t brilliantly written and are a bit out of date. I took all of the security settings off my device before trying this so you may want to do the same, e.g/ No password or passcode.

Start by getting all of the required applications and packages.

 sudo apt-get install ideviceinstaller python-imobiledevice libimobiledevice-utils libimobiledevice6 libplist3 python-plist ifuse 

Connect your device and test that it‘s being recognised using idevice.

ideviceinfo

Pair your device using idevicepair.

idevicepair pair

Validate the pairing using idevicepair

idevicepair validate

Create the mount point for your device, my device was an iPod Touch.

sudo mkdir /media/iPod-touch

Give all users access to the mount point.

sudo chmod 777 /media/iPod-touch

Mount the device using the newly created mount point.

ifuse /media/iPod-touch/

Now you should be able to access your device from your file manager!

 

参考:https://askubuntu.com/questions/799414/how-to-move-files-from-ubuntu-to-iphone

xubuntu 17.04 和 iphone 6互传文件方法——使用libimobiledevice就可以像u盘一样操作文件了

标签:inf   ubuntu   ant   wan   users   python   media   air   before   

原文地址:http://www.cnblogs.com/bonelee/p/6804537.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!