ifuse icon

ifuse For Linux

  n/a
LGPL v2 (GNU Lesser General Public License)    

iPhone/iPod filesystem support. #IPhone filesystem  #IPod filesystem  #FUSE filesystem  #IPhone  #IPod  #Filesystem  

Description

changelog

Free Download

ifuse is a FUSE-based filesystem that support iPhone/iPod Touch devices.

For:     Apple iPhone/iPod Touch + iPod USB cable

You must have:     libiphone     libfuse-dev (and the associated kernel modules)     libglib2.0-dev     make     autoheader     automake     autoconf     gcc

To compile run:     ./autogen.sh     ./configure     make     sudo make install  # (if you want to install it into your system directories)

On Ubuntu/Debian, you can do:

    sudo apt-get install build-essential automake autoconf \           libfuse-dev libglib2.0-dev

(make sure that you have compiled libiphone first)

Now comes the fun bit!

To mount:

 ifuse < mountpoint >

Note:

If you mount your device as regular user, system migth complain that file /etc/fuse.conf is not readable. It means you do not belong to the 'fuse' group (see below).

To unmount you do:

 fusermount -u < mountpoint >

By default, iFuse (via the AFC protocol) gives access to the '/var/root/Media/' chroot on the iPhone (containing music/pictures). This is the right and safe  way to access the device. However, if the device has been jailbroken, a full view of the iPhone's filesystem might be available using the following command when mounting:

 ifuse --root < mountpoint >

Note that only PwnageTool and older jailbreak software installs the necessary AFC2 service on the device to enable root filesystem usage. For instance  blackra1n does not install it and thus does not enable root filesystem access! Use with care as the AFC protocol was not made to access the root filesystem.

Addtional help can be shown using:

ifuse --help

System requirements

What's new in ifuse 1.1.1:

  • adding iTunes filesharing support.
Read the full changelog
User Comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policy

ifuse 1.1.1

add to watchlist add to download basket send us an update REPORT
  runs on:
Linux
  main category:
System
  developer:
  visit homepage