PDA

View Full Version : is ti server 8 linux able to mount tib files?


fwoeck
April 27th, 2005, 07:14 AM
is it possible to mount an image archive under linux (comparable to the win32-option) with ti server 8?

in this thread:
http://www.wilderssecurity.com/showthread.php?t=55669&highlight=mount+linux

it's been claimed, but i didn't find anything in the manual or cmdline options...

Best regards, Frank

Acronis Support
April 27th, 2005, 08:06 AM
Hello Frank,

Thank you for you interest in Acronis Linux Server Disk Backup Software (http://www.acronis.com/enterprise/products/ATISLin/).

Yes, you are able to mount images under Linux using the command

trueimagemnt

Please type "man trueimagemnt" (without quotation marks) to view instructions on this command. If you have any further questions please feel free to ask.

Thank you.
--
Ilya Toytman

fwoeck
April 27th, 2005, 08:12 AM
Ahh fine, thanks a lot for your answer!

MiniMax
April 27th, 2005, 02:44 PM
A couple of worthwhile commands:

$ apropos image

and

$ man -k image

Acronis Support
April 28th, 2005, 11:24 AM
Hello MiniMax,

Thank you for your input.

However, I must warn that we haven't tested your approach and "trueimagemnt" is the only command that will work by design. We cannot guarantee that any other method will work.

Thank you.
--
Ilya Toytman

MiniMax
April 28th, 2005, 02:58 PM
Very off-topic: He-he... Now I know for sure that Ilya primarily is an Microsoft fan ;)

FYI, an *nix system with a competent administrator will have a little database filled with the titles/subjects of all the manual pages installed on the system. The apropos command and the man -k (k for keyword), simply searches this database for entries containing the word image. If Frank had known this, he could have found the answer himself.