zoukankan      html  css  js  c++  java
  • [daily][device] linux挂载iphone

    头几个月去旅游,亲戚的iphone照了好多照片,空间不足。就备份在了我的电脑上。

    那么问题就是如何在linux系统里挂载iphone?

    我找到了这篇文档,然而我没看。

    https://wiki.archlinux.org/index.php/IPhone_tethering

    我也不记得,我是怎么学来的。因为手上也没有iphone,所以也没有办法再挂一次,查了下history,大概如下:

      247  lsmod |grep fuse
      248  ls
      249  ifuse laoyi_iphone/
      250  cd laoyi_iphone/
      251  ls
      252  cd DCIM
      253  ls
      254  cd 109APPLE/
      255  ll
      256  ls -l
      257  cp -a IMG_969* /home/tong/Private/neimeng_laoyi_zhaopian/109APPLE/
      258  cp -a IMG_97* /home/tong/Private/neimeng_laoyi_zhaopian/109APPLE/
      259  cp -a IMG_98* /home/tong/Private/neimeng_laoyi_zhaopian/109APPLE/
      260  cp -a IMG_99* /home/tong/Private/neimeng_laoyi_zhaopian/109APPLE/
      261  cd ..
      262  ls
      263  cp -a 110APPLE/ /home/tong/Private/neimeng_laoyi_zhaopian/
      264  ll 110APPLE/ |wc -l
      265  ls -1 110APPLE/ |wc -l
      266  ls -1 109APPLE/ |wc -l
      267  ls -1 108APPLE/ |wc -l
      268  ls
      269  cd ..
      270  cd
      271  ls
      272  umount laoyi_iphone/

    重要的有三个:

      247  lsmod |grep fuse
      249  ifuse laoyi_iphone/
      272  umount laoyi_iphone/
    [root@T7 ~]# pacman -Qo `which ifuse`
    /usr/bin/ifuse is owned by ifuse 1.1.3-3
    [root@T7 ~]# 
  • 相关阅读:
    POJ
    归并排序+归并排序求逆序对(例题P1908)
    HDU
    2018-12-5 及 codeforces round 525v2
    2018-12-1学习纪录
    近期总结和未来规划
    C++ storage allocation + Dynamic memory allocation + setting limits + initializer list (1)
    注意项
    第四课 计算机的基本组成
    第二课+第三课 计算机系统概论
  • 原文地址:https://www.cnblogs.com/hugetong/p/5931558.html
Copyright © 2011-2022 走看看