summaryrefslogtreecommitdiffstats
path: root/docs/ifuse.1
blob: 27ea2d61adb4ec7f83ad81ec4f2b780d8f9484f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.TH "ifuse" 1
.SH NAME
ifuse \- Mount filesystem of an iPhone, iPod Touch, iPad or Apple TV.
.SH SYNOPSIS
.B ifuse <mount_point> [OPTIONS]

.SH DESCRIPTION

Mount filesystem of an iPhone, iPod Touch, iPad or Apple TV

Example:

ifuse /media/iPhone \-\-root

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


.SH OPTIONS
.TP
.B \-o opt,[opt...] 
mount options.
.TP
.B \-u|\-\-uuid UUID
mount specific device by its 40-digit device UUID.
.TP
.B \-h|\-\-help
prints usage information.
.TP
.B \-V|\-\-version
print version.
.TP
.B \-\-appid APPID
mount 'Documents' folder of app identified by APPID.
.TP
.B \-\-root 
mount root file system (jailbroken device required).
.TP
.B \-\-debug
enable libimobiledevice communication debugging.

.SH AUTHOR
Matt Colyer

Man page written to conform with Debian by Julien Lavergne.