[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 ~]# 

 

posted on 2016-10-05 00:09  toong  阅读(402)  评论(0编辑  收藏  举报