Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ifuse(1)		     General Commands Manual			ifuse(1)

NAME
     ifuse - Mount directories of an iOS device locally using fuse.

SYNOPSIS
     ifuse MOUNTPOINT [OPTIONS]

DESCRIPTION
     Mount directories of an iOS device locally using fuse. By default the media
     directory	is mounted, options allow to also mount the sandbox container of
     an app, an app's documents folder or even the root filesystem on jailbroken
     devices.

     Example:

     $ ifuse /media/iPhone --root

     This mounts the root filesystem of the first attached device on  this  com-
     puter in the directory /media/iPhone.

     Regular  users  are able to unmount fuse mounts using "fusermount -u MOUNT-
     POINT".

OPTIONS
     -o opt,[opt...]
	    mount options.

     -u, --udid UDID
	    mount specific device by UDID.

     -n, --network
	    connect to network device.

     -h, --help
	    print usage information.

     -V, --version
	    print version.

     -d, --debug
	    enable libimobiledevice communication debugging.

     --documents APPID
	    mount 'Documents' folder of app identified by APPID.

     --container APPID
	    mount sandbox root of an app identified by APPID.

     --list-apps
	    list installed apps that have file sharing enabled.

     --root
	    mount root file system (jailbroken device required).

AUTHOR
     Julien Lavergne (man page)

     Martin Szulecki

     Matt Colyer

     Nikias Bassen

SEE ALSO
     fusermount(1)

ON THE WEB
     https://libimobiledevice.org

     https://github.com/libimobiledevice/ifuse

									ifuse(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ifuse&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help