home *** CD-ROM | disk | FTP | other *** search
/ terabyteunlimited.com / 2014.06.terabyteunlimited.com.tar / terabyteunlimited.com / tbiview_en.zip / readme.txt next >
Text File  |  2012-04-24  |  4KB  |  93 lines

  1. TBIView
  2. ~~~~~~~~
  3. TBIView is a free utility that allows you to open image files that have
  4. been created by TeraByte Unlimited's Image for DOS, Image for Linux, 
  5. Image for Windows, and BootIt NG applications.
  6.  
  7. If the image being opened is based on a FAT, FAT32, NTFS or Ext2/3 partition, 
  8. then TBIView can be used to view and extract individual files or folders from
  9. the image.
  10.  
  11. TBIView can be used in two ways:
  12.  
  13.    *  Interactively, using the TBIView interface
  14.  
  15.    *  With command line options (to create/rebuild image indexes)
  16.  
  17. As of this writing, TBIView is compatible with all Windows versions.
  18.  
  19.  
  20. Installation:
  21. ~~~~~~~~~~~~~
  22.  
  23. 1.  Extract the files in the ZIP archive to a folder.
  24.  
  25. 2.  Run SETUP.EXE from that folder.  Then, simply follow the prompts
  26.     to install TBIView.
  27.  
  28.     (To install automatically use /SILENT or /VERYSILENT)
  29.  
  30.  
  31. Uninstallation:
  32. ~~~~~~~~~~~~~~~
  33. TBIView may be uninstalled using the Add/Remove Programs applet of the
  34. Control Panel.
  35.  
  36.  
  37. Notes:
  38. ~~~~~~
  39. Differential backups created prior to IFW/IFD/IFL 2.05 may contain
  40. metadata which prevents TBIView from properly accessing the file.
  41.  
  42. For help on how to use TBIView, please refer to the TBIView help file,
  43. which is automatically installed with TBIView.
  44.  
  45. It's highly recommended that you view image files with all files available
  46. on the same media.  Viewing files spread across removable media may require
  47. excessive amounts of disk swapping.
  48.  
  49. If you are working with an .IMG files that resides on removable media (e.g.
  50. CD/DVD discs), you may use multiple removable media drives to ease the
  51. process.  For example, if you are opening an image that is spanned across
  52. two DVD discs, you can insert the first DVD of the set in one DVD drive,
  53. and the second DVD in another DVD drive.  TBIView will automatically check
  54. all applicable drives for the second disc.  NOTE: This only applies to .IMG
  55. files and NOT .TBI files.  If you'd find this feature useful for .TBI files,
  56. please notify TeraByte Unlimited support.  In the mean time you can simply
  57. copy the files to a hard drive for access.
  58.  
  59. If you find that .IMG or .TBI files are not opened by TBIView when you double 
  60. click them, you need to restore the file association to TBIView.  To do
  61. this, simply reinstall TBIView.  (Your existing TBIView settings, and your
  62. images and index files, if any, will not be affected.)  Please note that if
  63. you are using another program that takes over the file association,
  64. this situation may recur.
  65.  
  66. Direct burned CD/DVD/BD discs may result with "Error 3 while reading 
  67. meta data from TBI file.".  This is because the last disc of a direct
  68. burned disc has file sizes that include unused areas of the disc.  This
  69. cause windows read-ahead feature to report any reads that would extend
  70. beyond the used space to be reported as a read failure with zero bytes
  71. read.  The reason Image creates discs with the full disc allocated as
  72. files and doesn't burn extra sessions for the last disc is because it
  73. tries to use all the disc rather than using some arbitrary number of
  74. reserved sectors for session closing at the end.  When media was 
  75. expensive there was a desire to not push a a small amount of data to 
  76. another disc when it would actually fit and there is no reliable
  77. method to determine the number of sectors a drive/media will require
  78. to close an existing session and open/close a new one.  The work around
  79. is to use TBICD2HD to copy the files off the CD/DVD/BD then use those
  80. files or burn another disc using BINGBURN.  The new disc will not have
  81. the Error 3 issue.
  82.  
  83. You can tweak the parameters used by TBIView by creating a DWORD value
  84. named IndexSize under the Software\TeraByte Unlimited\TBIView registry 
  85. key.  The low 16-bit word is used with .IMG files and the high 16-bit 
  86. word is used with both .IMG and .TBI files.  The default value is 200 
  87. for the low word and 100 for the high word. The minimum value is 20 
  88. and maximum value is 1000.  The values control the amount of information 
  89. the application uses to track the location of data.  A large value may 
  90. be slower from too many lookups and a small value may be slower due to
  91. more random disk IO.
  92.  
  93.