Skip to content

Mount iPhone on your linux machine?

Posted on:June 26, 2023 at 02:27 PM

Table of contents

Open Table of contents

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