Skip to main content
luniox

Mount iPhone on your linux machine?

ifuse basic command

ifuse

Mount

whole iphone

if want mount all your iPhone directory

ifuse ~/iPhone/

VM

view that share virtual memory by Application in your iPhone

ifuse --list-apps

documents

documents in iPhone directory

ifuse --documents com.spotify.client ~/iPhone

This command mount virtual space share by install application to view what application ifuse --list-apps and see their package name com.spotify.client

unmount

your iphone when you have mount

fusermount -u ~/iPhone

Oh,i forget you should make iPhone directory on home if you have to copy/paste

mkdir ~/iPhone