Comodo Time Machine
Mounting a Snapshot as a Virtual Drive
- Open the Windows command line interface as mentioned above.
To mount a selected snapshot as a virtual drive in your system
- Specify the Command
ctmcmd /mount “index number of the snapshot, which is to be >=0” /Mount Type /user "username" /pass "password"
The commands for the configuration of the mounting task are to be entered in sequence with space between each switch command. The index number of the snapshot is its serial number, based on the order in which the series of snapshots are taken. The Mount type can be Read-Only or Full-Access. Refer to the explanation in the section Mounting a Snapshot as a Virtual Drive on Your Computer for more details.
For example, if you want to mount the fifth snapshot with Read-Only access, the format would be:
ctmcmd /mount 5 /read-only /user "username" /pass "password"
If you want to mount the fifth snapshot with Full Read/Write access, the format would be:
ctmcmd /mount 5 /full-access /user "username" /pass "password"
Note: Only one snapshot can be mounted as a virtual disk at a time. If you want to mount a different snapshot, unmount the existing one and mount the new one. The Username and the Password are required only if Access Control is enabled in User Settings area of Settings interface.

