在linux下管理iphone,linux管理iphone

來源:互聯網
上載者:User

在linux下管理iphone,linux管理iphone

情境:

linux發行版:ubuntu 14.04 64bit 3.13.0-67-generic(核心版本)

iphone型號:iphone 5c (ios 8.1.3 已越獄)

準備工作(一定要先做好這兩步):

1.在iphone彈出信任視窗一定要信任;

2.把iphone的密碼關掉.(掛載上了之後可以開啟密碼)

操作流程:

1.安裝libimobiledevice-dev庫("-dev"不能少了)

sudo apt-get update  (更新一下源,我用的163源)

sudo apt-get install libimobiledevice-dev

2.安裝ifuse

sudo apt-get install ifuse

3.建立一個掛載點(隨便建立,我在/media目錄下建立了u目錄)

sudo mkdir /media/u

4.使用ifuse掛載

ifuse /media/u

此時提示如下:

fusermount: failed to open /etc/fuse.conf: Permission denied
fusermount: user has no write access to mountpoint /media/u
解決方案:

sudo chmod 777 /media/u

再試著掛載:

ifuse /media/u

 

5.使用ls和df檢查

ls /media/u

顯示以下內容:

AirFair  Downloads      PhotoData  PublicStaging  Recordings
Books     general_storage  Photos     Purchases        report_3K.plist
DCIM     iTunes_Control   Podcasts   Radio

df -h

顯示以下內容:

ifuse            13G   13G  289M   98% /media/u

表明已經掛載iphone成功!!!!

6.卸載

fusermount -u /media/u

7.安裝其他工具

sudo apt-get install ideviceinstaller

sudo apt-get install libimobiledevice-utils

ideviceinfo可以用來查看iphone的相關資訊

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.