GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ifuse(1) FreeBSD General Commands Manual ifuse(1)

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

ifuse MOUNTPOINT [OPTIONS]

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 computer in the directory /media/iPhone.

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

-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).

Julien Lavergne (man page)

Martin Szulecki

Matt Colyer

Nikias Bassen

fusermount(1)

https://libimobiledevice.org

https://github.com/libimobiledevice/ifuse


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.