diff options
Diffstat (limited to 'docs/ideviceimagemounter.1')
-rw-r--r-- | docs/ideviceimagemounter.1 | 49 |
1 files changed, 35 insertions, 14 deletions
diff --git a/docs/ideviceimagemounter.1 b/docs/ideviceimagemounter.1 index 55d81e9..1fe7e45 100644 --- a/docs/ideviceimagemounter.1 +++ b/docs/ideviceimagemounter.1 | |||
@@ -1,24 +1,43 @@ | |||
1 | .TH "ideviceimagemounter" 1 | 1 | .TH "ideviceimagemounter" 1 |
2 | .SH NAME | 2 | .SH NAME |
3 | ideviceimagemounter \- Mount disk images on the iPhone/iPod Touch. | 3 | ideviceimagemounter \- Mount, list, or unmount a disk image on the device. |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B ideviceimagemounter | 5 | .B ideviceimagemounter |
6 | [OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE | 6 | [OPTIONS] COMMAND [COMMAND OPTIONS] |
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Mounts the specified disk image on the iPhone/iPod Touch device. | 10 | Mount, list, or unmount a disk image on the device. |
11 | |||
12 | .SH COMMANDS | ||
13 | .TP | ||
14 | .B mount PATH | ||
15 | Mount the developer disk image at PATH. | ||
16 | For iOS 17+, PATH is a directory containing a .dmg image, a BuildManifest.plist, | ||
17 | and a Firmware sub-directory. | ||
18 | |||
19 | For older versions PATH is a .dmg filename with a .dmg.signature file in the same directory, or with | ||
20 | another parameter pointing to a file elsewhere. | ||
21 | .TP | ||
22 | .B list | ||
23 | List mounted disk images. | ||
24 | .TP | ||
25 | .B unmount PATH | ||
26 | Unmount the image mounted at PATH. | ||
27 | .TP | ||
28 | .B devmodestatus | ||
29 | Query the developer mode status (iOS 16+) | ||
11 | 30 | ||
12 | .SH OPTIONS | 31 | .SH OPTIONS |
13 | .TP | 32 | .TP |
14 | .B \-d, \-\-debug | 33 | .B \-u, \-\-udid UDID |
15 | enable communication debugging. | 34 | target specific device by UDID. |
16 | .TP | 35 | .TP |
17 | .B \-u, \-\-uuid UUID | 36 | .B \-n, \-\-network |
18 | target specific device by its 40-digit device UUID. | 37 | connect to network device. |
19 | .TP | 38 | .TP |
20 | .B \-l, \-\-list | 39 | .B \-d, \-\-debug |
21 | list mount information | 40 | enable communication debugging. |
22 | .TP | 41 | .TP |
23 | .B \-t, \-\-imagetype NAME | 42 | .B \-t, \-\-imagetype NAME |
24 | the image type to use, default is 'Developer' | 43 | the image type to use, default is 'Developer' |
@@ -29,13 +48,15 @@ use XML output | |||
29 | .B \-h, \-\-help | 48 | .B \-h, \-\-help |
30 | prints usage information | 49 | prints usage information |
31 | .TP | 50 | .TP |
32 | .B IMAGE_FILE | 51 | .B \-v, \-\-version |
33 | the image filename to mount | 52 | prints version information. |
34 | .TP | ||
35 | .B IMAGE_SIGNATURE_FILE | ||
36 | corresponding signature file for image filename | ||
37 | 53 | ||
38 | .SH AUTHOR | 54 | .SH AUTHOR |
39 | Nikias Bassen | 55 | Nikias Bassen |
40 | 56 | ||
41 | Man page written to conform with Debian by Julien Lavergne. | 57 | Man page written to conform with Debian by Julien Lavergne. |
58 | |||
59 | .SH ON THE WEB | ||
60 | https://libimobiledevice.org | ||
61 | |||
62 | https://github.com/libimobiledevice/libimobiledevice | ||