1ifuse(1) General Commands Manual ifuse(1)
2
3
4
6 ifuse - Mount directories of an iOS device locally using fuse.
7
9 ifuse MOUNTPOINT [OPTIONS]
10
11
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
30 -o opt,[opt...]
31 mount options.
32
33 -u, --uuid UUID
34 mount specific device by its 40-digit device UUID.
35
36 -h, --help
37 prints usage information.
38
39 -V, --version
40 print version.
41
42 -d, --debug
43 enable libimobiledevice communication debugging.
44
45 --documents APPID
46 mount 'Documents' folder of app identified by APPID.
47
48 --container APPID
49 mount sandbox root of an app identified by APPID.
50
51 --root mount root file system (jailbroken device required).
52
53
55 Julien Lavergne (man page)
56
57 Martin Szulecki
58
59 Matt Colyer
60
61 Nikias Bassen
62
63
65 fusermount(1)
66
67
68
69 ifuse(1)