54
Copyright © Acronis, Inc., 2000-2010
Specifies the password to explore password protected images.
-t|--fstype filesystem type
Specifies the explicit filesytem type to be passed to the standard "mount" command. This option
is useful if the standard "mount" command can't guess the filesystem type for some reason.
-i|--index partition index
Index of the partition.
-w|--read-write
Opens the image in read-write mode. After umount, all changed data will be saved into the
archive with a new index.
-d|--description archive description
If an image is mounted in
read-write
mode, the program assumes that the image will be
modified, and creates an incremental archive file to capture the changes. The option enables you
to list the forthcoming changes in the comment to this file.
-k|--keepdev
Keeps the kernel space block device and user space daemon if an error occurs while mounting.
This option may be used to get raw access to imaged partition data.
2.3.2
Trueimagemnt usage examples
The following command will list the mounted archives:
trueimagemnt --list
The following command will mount the archive backup.tib of the partition with index 2, to
/mnt/backup:
trueimagemnt --mount /mnt/backup --filename backup.tib --index 2
The following command will unmount a partition mounted at /mnt/backup:
trueimagemnt --umount /mnt/backup