You've already forked libimobiledevice
mirror of
https://github.com/encounter/libimobiledevice.git
synced 2026-03-30 11:18:43 -07:00
45 lines
836 B
Groff
45 lines
836 B
Groff
.TH "ideviceimagemounter" 1
|
|
.SH NAME
|
|
ideviceimagemounter \- Mount disk images on the device.
|
|
.SH SYNOPSIS
|
|
.B ideviceimagemounter
|
|
[OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE
|
|
|
|
.SH DESCRIPTION
|
|
|
|
Mounts the specified disk image on the device.
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-d, \-\-debug
|
|
enable communication debugging.
|
|
.TP
|
|
.B \-u, \-\-udid UDID
|
|
target specific device by its 40-digit device UDID.
|
|
.TP
|
|
.B \-l, \-\-list
|
|
list mount information
|
|
.TP
|
|
.B \-t, \-\-imagetype NAME
|
|
the image type to use, default is 'Developer'
|
|
.TP
|
|
.B \-x, \-\-xml
|
|
use XML output
|
|
.TP
|
|
.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
|
|
|
|
.SH AUTHOR
|
|
Nikias Bassen
|
|
|
|
Man page written to conform with Debian by Julien Lavergne.
|
|
|
|
.SH ON THE WEB
|
|
http://libimobiledevice.org
|