Skip to content

Instantly share code, notes, and snippets.

@krin-san
Last active January 3, 2017 13:32
Show Gist options
  • Save krin-san/70975496861b060b5f625cdab5ebf65e to your computer and use it in GitHub Desktop.
Save krin-san/70975496861b060b5f625cdab5ebf65e to your computer and use it in GitHub Desktop.

Build libimobiledevice and ifuse from HEAD

Install development packages via Brew. If you're using OS X 10.12+, install osxfuse via cask as Brew suggest in error output.

brew tap homebrew/fuse
brew install --HEAD usbmuxd
brew install --HEAD libimobiledevice
brew install --HEAD ifuse

Try it out

Pair your device for current host. If the "Trust" alert appeared on device, press "Trust" and run this command again.

idevicepair pair

Try iPhone FS mounting:

cd ~
mkdir iPhone
ifuse iPhone

To unmount partition use diskutil tool:

diskutil eject iPhone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment