1ifuse(1)                    General Commands Manual                   ifuse(1)
2
3
4

NAME

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

SYNOPSIS

9       ifuse MOUNTPOINT [OPTIONS]
10
11

DESCRIPTION

13       Mount  directories  of an iOS device locally using fuse. By default the
14       media directory is mounted, options allow to  also  mount  the  sandbox
15       container  of  an  app,  an  app's  documents  folder  or even the root
16       filesystem on jailbroken devices.
17
18       Example:
19
20       $ ifuse /media/iPhone --root
21
22       This mounts the root filesystem of the first attached  device  on  this
23       computer in the directory /media/iPhone.
24
25       Regular  users  are  able  to  unmount fuse mounts using "fusermount -u
26       MOUNTPOINT".
27
28

OPTIONS

30       -o opt,[opt...]
31              mount options.
32
33       -u, --udid UDID
34              mount specific device by UDID.
35
36       -n, --network
37              connect to network device.
38
39       -h, --help
40              print usage information.
41
42       -V, --version
43              print version.
44
45       -d, --debug
46              enable libimobiledevice communication debugging.
47
48       --documents APPID
49              mount 'Documents' folder of app identified by APPID.
50
51       --container APPID
52              mount sandbox root of an app identified by APPID.
53
54       --list-apps
55              list installed apps that have file sharing enabled.
56
57       --root mount root file system (jailbroken device required).
58
59

AUTHOR

61       Julien Lavergne (man page)
62
63       Martin Szulecki
64
65       Matt Colyer
66
67       Nikias Bassen
68
69

SEE ALSO

71       fusermount(1)
72
73

ON THE WEB

75       https://libimobiledevice.org
76
77       https://github.com/libimobiledevice/ifuse
78
79
80
81                                                                      ifuse(1)
Impressum