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