User Manual

Console mode
68
Copyright © Acronis, Inc., 2000-2006
Hostname may be specified with username and password as:
username:password@hostname
For example:
trueimagemnt -m /mnt/md1 -f smb://dhcp6-
223.acronis.com/sdb3/mike/md1.tib -i 2
mounts /mike/md1.tib archive, located on dhcp6-223.acronis.com node in /sdb3 directory
exported by Samba.
-i|--index partition index
Index of the partition.
-p|--password
password
Specifies the password to explore p assword protected images.
-k|--keepdev
Keeps 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.
11.3.2 Trueimagemnt usage exa mples
This will list the mounted archives:
trueimagemnt --list
This will mount the archive backup.tib of partition with index 2, to /mnt/backup:
trueimagemnt --mount /mnt/backup --filename backup.tib --index 2
This will list the partitions (and their indices) saved in backup.tib:
trueimagecmd --list --filename:backup.tib
This will unmount a partition mounted at /mnt/backup:
trueimagemnt --umount /mnt/backup