Ifuse

From wikinotes
Revision as of 19:52, 21 February 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

interact with ios device filesystem on computer.

Documentation

github https://github.com/libimobiledevice/ifuse

Usage

Mount Device Filesystem

sudo pacman -S libimobiledevice ifuse

# unlock phone, plug into computer, and on iphone
# 'trust' the computer

# re-pair with device
idevice unpair 
idevice pair

Tethering

pacman -S usbmuxd libimobiledevice ifuse
modprobe ipheth
 
ifuse /mnt/iphone
 
# I have already entered the credentials in /etc/wpa_supplicant.conf
# From this point forwards you can just call the regular .rootstart script, or execute:
dhcpcd wlp2s0
 
 
# umount with
#fusermount -u /mnt/iphone