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 @@ .TH "ideviceimagemounter" 1 .SH NAME -ideviceimagemounter \- Mount disk images on the iPhone/iPod Touch. +ideviceimagemounter \- Mount, list, or unmount a disk image on the device. .SH SYNOPSIS .B ideviceimagemounter -[OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE +[OPTIONS] COMMAND [COMMAND OPTIONS] .SH DESCRIPTION -Mounts the specified disk image on the iPhone/iPod Touch device. +Mount, list, or unmount a disk image on the device. + +.SH COMMANDS +.TP +.B mount PATH +Mount the developer disk image at PATH. +For iOS 17+, PATH is a directory containing a .dmg image, a BuildManifest.plist, +and a Firmware sub-directory. + +For older versions PATH is a .dmg filename with a .dmg.signature file in the same directory, or with +another parameter pointing to a file elsewhere. +.TP +.B list +List mounted disk images. +.TP +.B unmount PATH +Unmount the image mounted at PATH. +.TP +.B devmodestatus +Query the developer mode status (iOS 16+) .SH OPTIONS .TP -.B \-d, \-\-debug -enable communication debugging. +.B \-u, \-\-udid UDID +target specific device by UDID. .TP -.B \-u, \-\-uuid UUID -target specific device by its 40-digit device UUID. +.B \-n, \-\-network +connect to network device. .TP -.B \-l, \-\-list -list mount information +.B \-d, \-\-debug +enable communication debugging. .TP .B \-t, \-\-imagetype NAME the image type to use, default is 'Developer' @@ -29,13 +48,15 @@ use XML output .B \-h, \-\-help prints usage information .TP -.B IMAGE_FILE -the image filename to mount -.TP -.B IMAGE_SIGNATURE_FILE -corresponding signature file for image filename +.B \-v, \-\-version +prints version information. .SH AUTHOR Nikias Bassen Man page written to conform with Debian by Julien Lavergne. + +.SH ON THE WEB +https://libimobiledevice.org + +https://github.com/libimobiledevice/libimobiledevice |