home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / APP_DEMO / DI4DEMO / RESCUEME / data1.cab / Rescue_Diskette / DIHELP.DAT next >
INI File  |  2000-09-08  |  61KB  |  1,409 lines

  1. [Topics]
  2. Context=BIOS_CYLINDER_LIMIT
  3. Title=Understanding the BIOS 1024 Cylinder Limit
  4. Message=The BIOS 1024 cylinder limitation exists because the start and end cylinder
  5. values in the partition table (and some BIOSs) have a maximum value of
  6. 1024. Because some operating systems, such as DOS 6.22, use the CHS
  7. (cylinder, head, and sector) values to address sectors on the disk, they
  8. cannot access sectors beyond the 1024 cylinder. When you start your
  9. computer the BIOS boots the operating system using the CHS values to locate
  10. the first sector of the bootable partition. If the partition starts past
  11. the 1024 cylinder, the BIOS may not be able to boot it because it cannot
  12. address a cylinder number higher than 1024.
  13.  
  14. Context=BOOT_CODE_BOUNDARY
  15. Title=Understanding the 2 GB Boot Code Boundary
  16. Message=An OS痴 boot code is stored in both the master boot record (MBR) and the
  17. partition boot record, enabling the OS to boot properly. In some OSs,
  18. however, this boot code is written is such a way that it inadvertently
  19. imposes a limit on the location of both the partition boot record and the
  20. files needed to boot the OS.
  21.  
  22. DOS (versions 6.x and earlier) and Windows NT (versions 4.0 and earlier)
  23. are both affected by this boot code limitation. When booting these two
  24. operating systems, the cylinder-head-sector (CHS) address of the beginning
  25. boot code sector must be calculated in order to retrieve the sector痴
  26. information and load and execute the next part of the boot process. The CHS
  27. value for the needed sector is calculated as follows:
  28.  
  29. Sector Number - Sectors Per Track
  30.  
  31. Because of the way the boot code is written, the product of this
  32. calculation must fit in a 16-bit register. The largest value a 16-bit
  33. register can contain is 64K. If the number is larger than 64K, the number
  34. is truncated, resulting in an incorrect value that skews the remaining
  35. calculations. The boot process fails to load and execute the needed sector,
  36. thus preventing the OS from booting.
  37. Most current hard disks have 63 sectors per track, creating a 64K boot code
  38. boundary at 2 GB. If your disk is older and/or uses drive overlay software,
  39. this boundary may be lower.
  40.  
  41. If a partition begins or extends beyond this boundary, the CHS value of the
  42. partition痴 boot code sector cannot be correctly calculated; therefore, the
  43. partition and its OS cannot boot.
  44.  
  45. This same limit applies to the DOS IO.SYS file and the Windows NT file,
  46. NTLOADER.EXE. If either of these files are installed or moved beyond the
  47. 64K boot code boundary, the corresponding OS fails to boot. To boot
  48. properly, DOS requires that the first three sectors of IO.SYS be below the
  49. 2 GB boot code boundary.
  50.  
  51. When you attempt to set a partition active, it must be within the boot code
  52. boundary required by the operating system. If the operating system has a 2
  53. GB boot code boundary, you can use the small, triangle indicator on the
  54. partition map in the Drive Image window to determine if the partition
  55. will be bootable.
  56.  
  57. Context=ERROR_CHECK_500_599
  58. Title=Check Errors (500-599)
  59. Message=Check errors occur when Drive Image checks the integrity of a 
  60. partition.  For useful general information about resolving these 
  61. errors, see "Resolving Check Errors" in the Drive Image User Guide.
  62.  
  63. #500   Subdirectory is corrupted
  64. This error message reveals the name of the corrupted subdirectory. 
  65. Back up the contents of that directory and its subdirectories. You 
  66. can then delete the corrupted subdirectory.
  67.  
  68. #501   Cross-linked files were found
  69. ScanDisk or CHKDSK should be able to find these errors and correct them.
  70.  
  71. #506   Not enough free space on partition to shrink
  72. Some unused space (which is dependent on the hard drive's current contents)
  73. is required to resize a partition smaller. Delete unneeded and duplicate
  74. files in the partition and then attempt the operation again.
  75.  
  76. #508   As specified, the operation does not change the partition
  77. You have entered a value that is the same as or (when rounded to the
  78. required cylinder boundary) rounds to the same as the partition's present
  79. value. Enter a larger change.
  80.  
  81. #509   A bad sector was detected in the current or new FS area
  82. In order to perform the resize operation that you requested, Drive Image
  83. attempted to expand the file system area. However, the program found a
  84. bad sector in the new area. Try moving the partition before you resize 
  85. it.  No corruption will occur when you encounter this error.
  86.  
  87. #510   The version of the file system is not supported
  88. An updated version of Drive Image is required to operate on this new
  89. version of the file system. Visit www.powerquest.com for information about
  90. updated versions of Drive Image.
  91.  
  92. Context=ERROR_DISK_ACCESS_40_56
  93. Title=Disk Access Errors (40-56)
  94. Message=Errors in the 40-56 number range indicate that accessing your disk is not
  95. possible. These errors are often the result of hardware problems. Some
  96. problems may have simple solutions, but to resolve others, you must replace
  97. your hard disk. When possible, Drive Image detects major errors before
  98. any changes have been made, so you can back up your data before replacing
  99. the hard drive.
  100.  
  101. #49   Write fault
  102. #50   Read fault
  103. Drive Image is unable to write to/read from a specific sector on the
  104. hard drive. There are a number of possible causes of this error:
  105.  
  106. a.   If your PC beeps or displays a black box in the middle of the screen,
  107. virus protection is enabled in your computer's BIOS. Disable virus or boot
  108. sector protection in the BIOS.
  109.  
  110. b.   A virus protection application (which may be a TSR or DLL program) is
  111. in use. Disable the application before using Drive Image.
  112.  
  113. c.   There is a bad sector on the hard drive (this is usually the case with
  114. only older hard drives). Run SCANDISK on the hard drive to perform a
  115. surface scan to verify the existence of bad sectors. If your drive has bad
  116. sectors, we recommend you replace it.
  117.  
  118. d.   You have set up disk mirroring with PC-Tools. Disable the disk
  119. mirroring option.
  120.  
  121. e.   Your caching controller card is not set up properly.
  122.  
  123. Context=ERROR_FAT_2000_2099
  124. Title=FAT Check Errors (2000-2099)
  125. Message=Check errors occur when Drive Image checks the integrity of a partition.
  126. For useful general information about resolving these errors, see "Resolving
  127. Check Errors" in the Drive Image User Guide.
  128.  
  129. #2001   FAT copies are not identical
  130. Run SCANDISK to fix this error. This problem may also be caused by a virus.
  131. Run a virus checker and remove the virus if possible.
  132.  
  133. #2005   One or more lost clusters were found
  134. Run SCANDISK or CHKDSK to fix this error.
  135.  
  136. #2012   Formatted FAT file system too big for partition
  137. This error can be caused by the following circumstances:
  138.  
  139. a.   The number of sectors in the partition is larger than 65,536, and the
  140. bsHugeSects field of the boot sector ("Big total number of sectors" in
  141. Norton's DISKEDIT utility) shows that there are more sectors in the
  142. partition than the partition table shows.
  143.  
  144. b.   The number of sectors in the partition is less than 65,536, and the
  145. bsSects field of the boot sector ("Total sectors on disk" in Norton's
  146. DISKEDIT utility) shows that there are more sectors in the partition than
  147. the partition table shows.
  148.  
  149. This situation can result in data loss when the FAT file system tries to
  150. use space outside the partition that does not exist or that belongs to
  151. another partition. Since file data may exist outside the partition
  152. boundary, you cannot fix the problem by simply patching the boot sector.
  153.  
  154. To correct the error, back up all data on the partition, delete the
  155. partition, recreate the partition, and restore the data. Alternately, it
  156. has been reported that you can use Norton Disk Doctor to fix this problem.
  157.  
  158. #2013   A component of FAT geometry is bad
  159. This error can be caused by the following circumstances:
  160.  
  161. a.   The number of clusters on the hard drive is greater than the FAT
  162. limits allow. This can result from bad values in the boot sector for the
  163. number of sectors, FATs, root entries, reserved sectors, and sectors per cluster.
  164.  
  165. b.   The number of sectors in the FAT is not large enough to hold the
  166. number of clusters present on the hard drive.
  167.  
  168. A qualified consultant may be able to fix the hard drive by performing
  169. simple patches. Alternately, you can back up the data on the partition,
  170. delete the partition, recreate the partition, and restore the files.
  171.  
  172. #2024   The OS/2 Extended Attribute file is corrupt
  173. This error is caused by any program that mistakenly writes to or overwrites
  174. the OS/2 Extended Attribute file. If this error occurs, you should back up
  175. your data, delete the partition, recreate the partition, and restore your
  176. data.
  177.  
  178. Context=ERROR_HPFS_1000_1500
  179. Title=HPFS Check Errors (1000-1499)
  180. Message=Check errors occur when Drive Image checks the integrity of a partition.
  181. For useful general information about resolving these errors, see "Resolving
  182. Check Errors" in the Drive Image User Guide.
  183.  
  184. #1015   System sector not marked unavailable
  185. This error may indicate that there are open files on the hard drive. Shut
  186. down and restart OS/2, booting from diskettes. If this does not resolve the
  187. problem, run OS/2's CHKDSK program. This error message may also indicate
  188. that a file is listed with a file length of zero. OS/2's CHKDSK program
  189. will not fix this problem. As a last resort, delete the offending file.
  190.  
  191. #1027   Could not account for all sectors
  192. This error may be resolved in one or more of the following ways:
  193.  
  194. a.  If you are working with an HPFS386 partition, check the technical
  195. support area of PowerQuest's Web site (www.powerquest.com) for more information.
  196.  
  197. b.   If CHKDSK has created any FOUND.000 or *.CHK files, delete them.
  198.  
  199. c.   If the error message indicates the name of the offending file, delete it.
  200.  
  201. d.   Turn off the disk-mirroring option in PC-Tools.
  202.  
  203. e.   If none of the above solutions works, back up the partition, delete
  204. it, recreate it, and restore the data.
  205.  
  206. #1045   Stac volume detected delete-Stac volume before converting
  207. This error message occurs when you attempt to convert a partition to HPFS,
  208. and the existing partition contains a STAC volume. Stacker cannot access a
  209. STAC volume that is on an HPFS partition. Delete the STAC volume from the
  210. partition before converting to HPFS.
  211.  
  212. Context=ERROR_MISC_1701_UP
  213. Title=Miscellaneous Drive Image Error Messages
  214. Message=#1801   Err partition not found
  215. Did not find requested partition in image file.
  216.  
  217. #1802   Err corrupt bundle
  218. Image file header information is not valid.
  219.  
  220. Context=ERROR_MISC_3_38
  221. Title=Miscellaneous Errors (3-38)
  222. Message=#3   Not enough memory
  223. The DOS Drive Image executable running under DOS requires a minimum 
  224. of 400KB of memory in the first 640KB of the computer's address 
  225. space (conventional memory) and 8MB of total memory. If you do not 
  226. have enough conventional memory, see "Freeing Memory to Run Drive 
  227. Image" in the Drive Image User Guide for possible solutions.
  228.  
  229. #8   Could not allocate/deallocate DOS real mode memory
  230. The DOS Drive Image executable running under DOS requires some memory
  231. in the first 1MB of the computer's address space (Drive Image uses a
  232. DOS extender). If not enough memory is available, Drive Image cannot
  233. access the hard drive. If you don't have enough conventional memory, 
  234. see "Freeing Memory to Run Drive Image" in the Drive Image User
  235. Guide for possible solutions.
  236.  
  237. #23   Unsupported version of operating system
  238. The operating system versions that are required to run Drive Image are
  239. listed in System Requirements in the Introduction of the Drive Image User Guide.
  240.  
  241. #34   This beta or evaluation version is no longer safe to use
  242. PowerQuest occasionally releases beta versions and evaluation versions
  243. of Drive Image. Both versions are not as safe as released versions;
  244. therefore, PowerQuest builds an expiration date into each version. 
  245. After a predetermined test period, the beta or evaluation version 
  246. will no longer function.
  247.  
  248. #36   DPMI Server error
  249. Drive Image DOS executables use a DOS extender. This error indicates a
  250. failure during a call made from Drive Image through the DOS extender
  251. (to DOS or to the BIOS). The DOS extender may be in conflict with other
  252. programs that use extended memory. DOS would load the conflicting programs
  253. from your CONFIG.SYS or AUTOEXEC.BAT file during the normal boot sequence.
  254.  
  255. You may be able to resolve this problem by pressing <F8> while booting DOS.
  256. After DOS boots and starts to read the commands from your CONFIG.SYS and
  257. AUTOEXEC.BAT files, DOS will ask if you want to execute each command. When
  258. you see commands that load device drivers or TSR programs that you think
  259. might be conflicting with the Drive Image DOS extender, answer N (no)
  260. to tell DOS not to execute that command (not to load that software into
  261. memory). You will often be able to find a program configuration that will
  262. enable Drive Image (the DOS extender) to run without error.
  263.  
  264. Context=ERROR_NTFS_1500_1699
  265. Title=NTFS Check Errors (1500-1699)
  266. Message=Errors 1500-1699 are NTFS-specific error messages. In this context,
  267. "attribute" does not mean read-only, hidden, system, and so on. Rather,
  268. "attribute" means one of a file's data streams. Check errors occur when
  269. Drive Image checks the integrity of a partition. For useful general
  270. information about resolving these errors, see "Resolving Check Errors" in
  271. the Drive Image User Guide.
  272.  
  273. #1501   Wrong version of NTFS
  274. The partition was created using a version of the NTFS file format that
  275. Drive Image cannot work with.
  276.  
  277. #1503   Bad NTFS cluster size
  278. The NTFS cluster size must be 512, 1,024, 2,048, or 4,096 bytes.
  279.  
  280. #1512   Restart record mismatch
  281. The two restart entries in the journal file are different. This may happen
  282. if Windows NT is not properly shut down. To fix this problem, restart
  283. Windows NT and shut it down using the Shut Down command.
  284.  
  285. #1516   Partition improperly dismounted
  286. The partition dirty flag is set in a restart record in the journal file.
  287. This error may have been caused by a power failure or system crash while
  288. the Windows NT operating system was writing the partition. Reboot Windows
  289. NT and execute CHKDSK /F to repair the damage.
  290.  
  291. #1527   Bad update sequence number
  292. A buffer contains mismatched update sequence numbers. This error may have
  293. been caused by a power failure or system crash while the Windows NT
  294. operating system was writing to the partition. Reboot Windows NT and
  295. execute CHKDSK /F to repair the damage.
  296.  
  297. #1529   Information mismatch in directory entry
  298. A file attribute stored in a file record is different from the attribute
  299. stored in its directory entry. If this error is in a system file (file
  300. 0-10), Windows NT's CHKDSK program will not fix it, but Windows NT will
  301. rebuild the root directory on the partition the next time the operating
  302. system is started.
  303.  
  304. #1538   Can't find contiguous space to move
  305. The partition does not contain enough contiguous free space to hold the new
  306. copy of a file that must be contiguous. You will normally encounter this
  307. error when you use the Resize option to resize a partition smaller.
  308.  
  309. #1539   File size mismatch
  310. The size of a system file (file 0-10) recorded in its file record does not
  311. match either the size recorded in its directory entry in the root directory
  312. or the size of its data stream.
  313.  
  314. #1544   External attribute list in external attribute
  315. An external file record has an external attribute list.
  316.  
  317. #1545   File attributes out of order
  318. The attributes in a file must appear in order of increasing numeric type.
  319.  
  320. #1546   Attribute neither resident nor nonresident
  321. The attribute resident flag has a value other than resident or nonresident.
  322.  
  323. #1547   Wrong run limits
  324. A run has more clusters than the difference between its highest and lowest cluster.
  325.  
  326. #1548   File table has fewer than 16 entries
  327. The file table must have at least 16 entries.
  328.  
  329. #1549   File table has more than 4 billion entries
  330. The file table must have fewer than 4 billion entries.
  331.  
  332. #1644   Bad system file sequence number
  333. A system file has a bad sequence number. System files must have a sequence
  334. number from 0 to 10. A partition with this problem may pass a run of
  335. Windows NT's CHKDSK program, but Windows NT will not mount the partition
  336. the next time the operating system is started.
  337.  
  338.  
  339. Context=ERROR_PARTITION_100_199
  340. Title=Partition Table Errors (100-199)
  341. Message=Errors in the 100-199 number range are partition table errors. For general
  342. information about solving this type of error, see "Resolving Partition
  343. Table Errors" in the Drive Image User Guide.
  344.  
  345. #100   Partition table is bad
  346. The master boot record (MBR) can contain, at most, one extended partition,
  347. and each extended partition boot record (EPBR) can contain, at most, one
  348. link to another EPBR. This error occurs when a partition table violates the
  349. foregoing rule. Since any modifications Drive Image makes may decrease
  350. the amount of data that is recoverable from the hard drive, Drive Image
  351. will not recognize any of the hard drive's partitions. You must create new,
  352. error-free partition tables to resolve your problem. See "Partition Tables
  353. and Viruses" in the Drive Image User Guide.
  354.  
  355. #104   No sectors in partition
  356. No partition should contain zero sectors. Delete the partition before using
  357. Drive Image.
  358.  
  359. #105   Partition starts on wrong boundary
  360. The hard-disk partition table contains erroneous values. Drive Image
  361. expects FAT, NTFS, and HPFS partitions to begin and end on the boundaries
  362. used by FDISK. If they do not, the disk may be partially corrupted. In this
  363. circumstance, if Drive Image were to make any modifications it might
  364. cause the loss of data. Therefore, Drive Image will refuse to recognize
  365. any of the hard drive's partitions. To resolve this problem, see "Resolving
  366. Partition Table Errors" in the Drive Image User Guide.
  367.  
  368. #106   Partition doesn't start with sector one
  369. See error #105.
  370.  
  371. #107   Partition begins after end of disk
  372. This error can occur when you are running Drive Image on a hard drive
  373. that uses more than 1,024 cylinders. Under DOS, Drive Image is
  374. restricted by the BIOS 1,024 cylinder limit. If any partitions extend
  375. beyond the limit, Drive Image cannot safely operate on the hard drive.
  376.  
  377. This error can also occur if a partition erroneously extends beyond the
  378. physical end of the hard drive. This may happen if the hard drive has been
  379. used on a different computer or with a different hard-disk controller or if
  380. BIOS settings have been changed. Be advised that the physical geometry of
  381. the hard drive may differ from the logical geometry assigned to the hard
  382. drive by the operating system.
  383.  
  384. #108   Partition doesn't end at end of cylinder
  385. See error #105.
  386.  
  387. #109   Partition ends after end of disk
  388. See error #107.
  389.  
  390. #110   Partition table number of sectors is inconsistent
  391. The hard-disk partition table contains two inconsistent descriptions of the
  392. number of sectors on the hard drive. This error is serious if both DOS and
  393. another operating system use the hard drive. Because DOS uses one
  394. description and other operating systems may use the other, data loss is
  395. likely once the partition is almost full. To resolve this error, see
  396. "Resolving Partition Table Errors" in the Drive Image User Guide.
  397.  
  398. #111   Logical partition starts outside Extended
  399. The hard-disk partition table contains erroneous values. All logical
  400. partitions must be totally contained within the extended partition. To
  401. resolve this error, see "Resolving Partition Table Errors" in the Drive
  402. Image User Guide.
  403.  
  404. #112   Logical partition ends outside Extended
  405. See error #111.
  406.  
  407. #113   Partitions overlap
  408. The hard-disk partition table contains erroneous values. If data partitions
  409. overlap, writing to one may destroy data in another. This error is
  410. sometimes the result of an OS/2 FDISK bug. If free space exists within the
  411. extended partition, OS/2's FDISK program allows a primary partition to be
  412. created that overlaps the extended partition. A logical partition is
  413. subsequently created in the space occupied by the overlapping primary partition.
  414.  
  415. If a primary partition overlaps the end of the extended partition, but does
  416. not overlap any logical partitions within the extended partition, the
  417. problem can be remedied by patching the partition table. Only qualified
  418. individuals should attempt this repair! An incorrect patch could destroy
  419. all data on the hard drive! In most instances, you should resolve the
  420. problem as explained in "Resolving Partition Table Errors" in the Drive
  421. Image User Guide.
  422.  
  423. #116   Partition table Begin and Start inconsistent
  424. The hard-disk partition table contains two inconsistent descriptions of the
  425. partition's starting sector. This error can occur if the operating system
  426. reports a hard-disk geometry that is different than the geometry in use
  427. when the partition table was written. Possible causes of the hard-disk
  428. geometry changing are:
  429.  
  430. a.   Different operating systems (for example, DOS and OS/2) report
  431. different hard-disk geometries.
  432.  
  433. b.   You boot from a diskette that loads a different driver than is loaded
  434. when you boot from the hard drive.
  435.  
  436. c.   Upgrading the operating system (for example, from OS/2 2.x to OS/2
  437. Warp) causes a different driver to be used.
  438.  
  439. d.   The hard drive or controller has been changed.
  440.  
  441. e.   The BIOS has been upgraded.
  442.  
  443. f.   The BIOS LBA setting has been changed.
  444.  
  445. g.   There is a partition table virus present on the hard drive.
  446.  
  447. In most instances, you should resolve the problem as explained in
  448. "Resolving Partition Table Errors" in the Drive Image User Guide. You
  449. can also use a virus scanning program to remove any partition table virus.
  450. Data loss is possible if the number of heads or sectors per track has
  451. changed since you first created your partitions.
  452.  
  453. #120   The logical drive chain is incompatible
  454. This error occurs under some OSs when logical partitions are not chained
  455. together in the expected order. DOS, OS/2, Windows 95/98, and Windows NT
  456. require that logical partitions be chained together in ascending order.
  457. Some other operating systems do not require this. For example, some
  458. versions of the Linux FDISK utility chain logical partitions together in
  459. the order they are created. This error message identifies a very dangerous
  460. situation; using the DOS FDISK in this situation can cause loss of one or
  461. more partitions.
  462.  
  463. For solutions to this problem, see the instructions in "Resolving Partition
  464. Table Errors" in the Drive Image User Guide.
  465.  
  466. If you decide to back up your data and recreate your partitions, you may
  467. have to use the same partitioning program that you used to create the
  468. partitions in order to delete them.
  469.  
  470. #121   The first sector of the drive cannot be read
  471. The first sector of the hard drive (cylinder 0, head 0, sector 1) contains
  472. the master boot record (MBR) and the primary partition table. Drive Image
  473. cannot make changes to this hard drive because an error occurred when
  474. it read the first sector. See error #50 for information on resolving this error.
  475.  
  476. #122   A bad sector was found in the current or new partition area
  477. The partition cannot be moved safely because there is a bad sector in the
  478. new or current partition area. When you see this error message, the move
  479. operation will be aborted before any corruption can occur. Try moving the
  480. partition to a different place. If your hard drive has bad sectors, we
  481. recommend that you replace the hard drive.
  482.  
  483. Context=HELP_CREATE_HARDWARE_CONFIG
  484. Title=Create: Image Files and Hardware Configurations
  485. Message=Because of operating system conflicts that can result from different
  486. hardware configurations, Drive Image was not intended to copy or image
  487. a hard drive that will be used in a system with different hardware configurations.
  488.  
  489. If you create an image on one machine and you wish to restore the image on
  490. a machine with a different configuration (for example, a different
  491. motherboard or video card), the operating system may not boot correctly.
  492. Therefore, PowerQuest recommends imaging and restoring to identical 
  493. hardware configurations.
  494.  
  495. Context=HELP_CREATE_NEW_FOLDER
  496. Title=Create New Folder
  497. Message=Enter the name of the new folder you wish to create in the Folder
  498. Name field.
  499.  
  500. Note: The folder name can be an entire path.
  501.  
  502. For example:
  503. E:\IMAGES\TEMP
  504.  
  505. If the folder E:IMAGES doesn't exist, the entire path will be created.
  506.  
  507. Context=HELP_CREATE_PREPARATION
  508. Title=Create: Preparation
  509. Message=Before running Drive Image, use a disk utility program such 
  510. as ScanDisk or Norton's Disk Doctor to identify and repair any 
  511. errors on your hard drive.  Windows NT users should run CHKDSK /F.
  512.  
  513. You can also choose to run a disk defragmenting utility to further 
  514. optimize your hard drive.
  515.  
  516. Context=HELP_CREATE_WIZ_ADV_OPTIONS
  517. Title=Create: Create Image Advanced Options
  518. Message=The Create Image Advanced Options group box appears when you click Advanced
  519. Options at the Ready To Create Image File screen. The following options are
  520. available from the Create Image Advanced Options group box:
  521.  
  522. 1. Check for File System Errors
  523. Unmark the Check for File System Errors check box if you want to disable
  524. error checking. If you have already used a disk utility program such as
  525. ScanDisk to check your hard drive for errors, it is not necessary to have
  526. Drive Image check for file system errors. Unmarking Check for File
  527. System Errors saves time in creating the image file.
  528.  
  529. If you did not run a disk utility program before loading Drive Image,
  530. leave the Check for File System Errors check box marked.
  531.  
  532. 2. Disable SmartSector Copying
  533. Drive Image's SmartSector technology speeds up the data copying process
  534. by only copying clusters and sectors that contain data. However, in some
  535. cases, such as high-security environments, it may be desirable to copy all
  536. clusters and sectors in their original layout, whether or not they contain
  537. data. If you wish to copy both used and unused clusters and sectors, mark
  538. the Disable SmartSector Copying check box.
  539.  
  540. Note: Disabling SmartSector copying increases processing time.
  541.  
  542. 3. Verify Disk Writes
  543. Mark the Verify Disk Writes check box if you want Drive Image to verify
  544. that data is being written to disk.  Verifying disk writes is not
  545. necessary and can slow image file creation substantially.
  546.  
  547. If you are creating an image file to CD-R, this option is selected
  548. by default and performs a different function.  After burning the 
  549. image file to a CD, Drive Image will check to see that the image file
  550. can be read from the CD.  If there is a problem with the image, you
  551. will have an opportunity to recreate it.  Having this option selected
  552. for CD-R does not affect the speed of image file creation or the size
  553. of the image file.
  554.  
  555. 4. Verify Image File Contents
  556. If you select this option, Drive Image:
  557.  
  558. - Checks to see that all of the files in the image are available
  559. for you to open.
  560.  
  561. - Checks to see that the internal data structures in the image file
  562. match the data that is available.
  563.  
  564. - Check to see that the image file can be uncompressed and create the
  565. expected amount of data.
  566.  
  567. - Checks that the data in the image file you just created matches
  568. the contents of the disk that was just imaged.
  569.  
  570. 5. Password Protect Image File
  571. If you wish to password-protect your image file, mark the Password Protect
  572. Image File check box and type a password in the Password field. Be sure to
  573. note image file passwords and store them in a safe place. If you forget an
  574. image file's password, you cannot restore the file.
  575.  
  576. 6. Split Image File Into Multiple Files
  577. If you are creating an image file that you know you will copy to 
  578. removable media later, you can force Drive Image to split the image 
  579. into segments by clicking Split Image File Into Multiple Files and 
  580. typing the maximum byte size for each file in the File Size field. 
  581. If you plan to copy an image to CDs, specify a file size of 
  582. 670,000,000 or less.
  583.  
  584. Note that if you create an image directly to removable media, Drive 
  585. Image selects this option and splits the image file at the 
  586. appropriate size without any further input from you.
  587.  
  588. 7. Image File Comments
  589. You can type brief comments about your image file in the Image File
  590. Comments field. Image file comments cannot exceed 232 characters.
  591.  
  592.  
  593. Context=HELP_CREATE_WIZ_COMPRESS_IMAGE
  594. Title=Create: Compress Image File
  595. Message=No Compression is the fastest method for creating an image file and is
  596. useful if storage space is not an issue. (For an exception to this, see the
  597. tip below.) Drive Image selects No Compression by default.
  598.  
  599. Low offers a 40% average compression ratio.
  600.  
  601. High offers a 50% average compression ratio.
  602.  
  603. Tip: If you are saving your image file to a busy network drive or to a
  604. relatively slow removable media device, compression may be faster than no
  605. compression since there is less data to write to the file.
  606.  
  607.  
  608. Context=HELP_CREATE_WIZ_FINISH
  609. Title=Create: Ready to Create Image File
  610. Message=Drive Image displays all the information you have entered to this point:
  611.  
  612. (a) Source Drive
  613. (b) Source Partitions
  614. (c) Image Filename
  615. (d) Compression Level
  616.  
  617. 1. To modify any settings, click Back to make changes.
  618.  
  619. 2. Click Advanced Options to set such options as disabling file system
  620. error-checking or password-protecting your image file.
  621.  
  622. 3. Click Finish to begin creating the image file.
  623.  
  624. Note: If Drive Image detects that you are saving your image file to a
  625. floppy drive or removable media, it enables a media-spanning feature that
  626. spreads the image file over a series of disks. If you use the
  627. media-spanning feature, be sure to number the disks in order, since you
  628. must insert them in sequence when restoring the image file.
  629.  
  630.  
  631. Context=HELP_CREATE_WIZ_NAME_IMAGE
  632. Title=Create: Name Image File
  633. Message=Type the desired path and image filename in the Image File field. For
  634. example: D:MYIMAGE.PQI.
  635.  
  636. Drive Image uses .PQI as the default image filename extension.
  637.  
  638. IMPORTANT: You must save your image file to a partition that you are NOT
  639. including in your image file. If the drive and directory are not specified
  640. in the filename, Drive Image automatically saves the image file to the
  641. Drive Image program directory.
  642.  
  643. You can click Browse to browse the directory tree for your desired path or
  644. filename. If you select an existing image file, you will be prompted to
  645. choose whether you want to replace the existing file. If you select Yes,
  646. Drive Image immediately deletes the existing file.
  647.  
  648. You can save your image file to any physical or logical drive that has a
  649. drive letter, including floppy drives, secondary hard drives, network
  650. drives, and removable media storage devices such as Jaz, Zip, SyQuest drives.
  651.  
  652. To save to a CD-R, you must have HIMEM.SYS loaded, and you must run
  653. PQPACKET.EXE before running Drive Image. Otherwise, your CD-R device
  654. will not display as an option. PQPACKET runs automatically if you run Drive
  655. Image from your hard disk after a regular install or if you run Drive
  656. Image from the rescue diskettes. If you run Drive Image from
  657. another location, you must run PQPACKET manually from the main install
  658. directory or from the Drive Image CD.
  659.  
  660. You can save an image to a hidden NTFS, FAT, or FAT32 partition by
  661. choosing it from the New Image File dialog that appears when you
  662. click Browse.  A hidden partition will appear in the Drives list as
  663. \\.\Diskn.Partm, where n is the number of the disk and m is the number
  664. of the partition on that disk. Drive and partition numbers begin with
  665. zero, so if an NTFS partition were the third partition on the first
  666. disk, it would appear as \\.\Disk0.part2. To further identify the
  667. hidden partition, the volume label will display, if available.
  668.  
  669.  
  670. Context=HELP_CREATE_WIZ_SRC_DRIVE
  671. Title=Create: Select Source Drive
  672. Message=If your computer has more than one hard drive, select the drive that
  673. contains the partitions you wish to include in the image file.
  674.  
  675.  
  676. Context=HELP_CREATE_WIZ_SRC_PARTS
  677. Title=Create: Select Source Partitions
  678. Message=Select the source drive partitions to include in the image file, or click
  679. Select All to automatically select all partitions.
  680.  
  681. To deselect partitions, reclick a selected partition or click Select None
  682. to deselect all partitions at once.
  683.  
  684.  
  685. Context=HELP_DIRECTORY_SERVICE
  686. Title=Browse Directory Tree
  687. Message=The Browse feature allows you to browse for existing image 
  688. files on your system.
  689.  
  690. To access an existing file, you can either enter the name in the 
  691. Image File field or click Browse to browse the directory tree for the file.
  692.  
  693. In the New Image File dialog, other image files in the current 
  694. directory are displayed in the list box below the File Name field. 
  695. To quickly access an existing image file, double-click on the desired file.
  696.  
  697. The List File Type drop-down list box determines the type of files 
  698. that are displayed in the File Name list box. Selecting the " *.* " 
  699. extension displays all files in the current directory. To list only 
  700. image files, select the ".PQI" extension.
  701.  
  702. The current directory is shown in the Folders field.  Your file will 
  703. be saved to this directory.  If you want to save your image file to a
  704. different directory, click the desired directory in the list box 
  705. below the Folders field. To display the contents of a directory, 
  706. double-click the folder.
  707.  
  708. The Drives drop-down list box displays the currently selected drive.
  709. Selecting a different drive displays that drive's filenames and 
  710. directories in their respective fields.
  711.  
  712. Click Comments to display comments for the selected image file.  
  713. Click Properties for detailed information about the selected image 
  714. file. Click Verify to verify the integrity of the selected image file.
  715.  
  716. Context=HELP_DISK_TO_DISK_PREPARATION
  717. Title=Disk to Disk: Preparation
  718. Message=Note:  Please be aware that it is NOT necessary to format 
  719. your destination partition or to partition your hard drives before 
  720. performing a Disk to Disk Copy. Drive Image automatically performs 
  721. both these functions.
  722.  
  723. 1. If you are upgrading to a new hard drive, refer to the Drive Image
  724. User Guide for the following information:
  725.  
  726. Using Drive Image with SCSI Hard Drives
  727. Using Drive Image with Drive Overlay Software
  728.  
  729. 2. It is strongly recommended that you perform the following steps 
  730. before upgrading to a new hard drive or using Drive Image to copy 
  731. disk to disk.
  732.  
  733. a.  Create a bootable DOS diskette. See "Creating DOS Boot Disks" in 
  734. the Drive Image User Guide.
  735.  
  736. b.  Before running Drive Image, use a disk utility program such as
  737. ScanDisk or Norton's Disk Doctor to identify and repair any errors 
  738. on your hard disk.
  739.  
  740. c.  Verify that the destination drive or partition is the same size 
  741. or larger than the source drive.
  742.  
  743. Note:  You can copy a partition or drive from a larger to a smaller
  744. partition or drive. However, there must be enough free space on the 
  745. smaller destination to accommodate the used space on the larger source.
  746.  
  747. 3.  If you are copying from one partition to another partition on the same
  748. hard disk, you can begin copying the disk.
  749.  
  750. 4.  To set up a dual hard drive system,
  751.  
  752. a.  Get the manufacturer's installation guides for both drives. The
  753. installation guides provide information on installing the drives, setting
  754. up the BIOS, and changing the jumper settings. If you do not have access to
  755. these guides, contact the hard drive manufacturers directly. Most drive
  756. manufacturers maintain sites on the Internet that offer setup information.
  757.  
  758. b.  Turn off the computer's power.
  759.  
  760. c.  Discharge static electricity by touching a grounded metal object such
  761. as a metal filing cabinet.
  762.  
  763. Warning:  Do not allow static electricity to contact the inner parts of
  764. your computer. Static electricity can damage or destroy your computer's
  765. electronic components.
  766.  
  767. d.  Remove the computer's cover.
  768.  
  769. e.  Determine which disk you want to be master and which drive you want to
  770. be slave, then follow the manufacturer's instructions to change the jumper
  771. settings on your hard disks accordingly.
  772.  
  773. f.  Attach the interface cable and the power supply cable to the second disk.
  774.  
  775. g.  Mount the second drive.
  776.  
  777. h.  Start the computer and enter its Basic Input/Output System (BIOS) Setup
  778. program before the computer completes startup. This is usually accomplished
  779. by pressing <DEL>, <F1>, or <F2>, according to the prompt that appears at
  780. the bottom of your screen during initial startup.
  781.  
  782. i.  If the BIOS Setup program includes an Auto-Detect option, select it to
  783. detect both the master and slave drives.
  784.  
  785. If there is no Auto-Detect option, you may be required to enter the
  786. specific number of heads, cylinders, and megabytes of the drives. This
  787. information is usually printed on the drive's outside cover. If it is not,
  788. contact the drive manufacturer.
  789.  
  790. j.  If the BIOS does not support hard drives larger than 504 MB, follow the
  791. destination drive manufacturer's instructions to install any software
  792. included with the drive.
  793.  
  794. Important:  Computer BIOS made before 1994 usually do not support the EIDE
  795. standard and cannot address hard drives larger than 504 MB. Hard disks
  796. larger than 504 MB typically include software such as OnTrack Disk Manager,
  797. Maxtor Max-Blast Disk Manager, or Micro House EZ-Drive which allow
  798. computers to see larger hard drives.
  799.  
  800. If your machine does not support the EIDE standard, make sure the software
  801. included with the destination drive is correctly installed.
  802.  
  803.  
  804. k.  Turn off the computer and restart it.
  805.  
  806. Context=HELP_DISK_TO_DISK_WIZ_ADV_OPTIONS
  807. Title=Disk to Disk: Disk to Disk Advanced Options
  808. Message=The Disk to Disk Advanced Options group box appears when you click Advanced
  809. Options at the Ready To Copy Disk To Disk screen. The following options are
  810. available from the Disk To Disk Advanced Options group box:
  811.  
  812. 1. Source Options
  813.  
  814. (a) Check for File System Errors
  815. Unmark the Check for File System Errors check box if you want to disable
  816. error checking. If you have already used a disk utility program such as
  817. ScanDisk to check your hard drive for errors, it is not necessary to have
  818. Drive Image check for file system errors. Unmarking Check for File
  819. System Errors saves time in copying data.
  820.  
  821. If you did not run a disk utility program before loading Drive Image,
  822. leave the Check for File System Errors check box marked.
  823.  
  824. (b) Disable SmartSector Copying
  825. Drive Image's SmartSector technology speeds up the data copying 
  826. process by only copying clusters and sectors that contain data. 
  827. However, in some cases, such as high-security environments, it may 
  828. be desirable to copy all clusters and sectors in their original 
  829. layout, whether or not they contain data. If you wish to copy both 
  830. used and unused clusters and sectors, mark the Disable SmartSector 
  831. Copying check box. Note that disabling SmartSector copying increases 
  832. processing time.
  833.  
  834. (c) Hide Source Partitions After Copy
  835. Hiding the source partition will ensure that your drive letters do not
  836. change when you reboot your computer.  It can also avoid problems
  837. caused by having two identical operating systems visible when you reboot.
  838.  
  839. You can use this option to copy an operating system to a new disk
  840. and hide the original partitions.  The new partitions will be active.
  841. You can set the new drive to master and the old drive to slave,
  842. reboot and test the new operating system with the old drive still in
  843. place in case something goes wrong.
  844.  
  845. 2. Destination Options
  846.  
  847. (a) Skip Bad Sector Check
  848. Although most drives do not have bad sectors, the potential for 
  849. problems increases during the lifetime of the hard drive. If you 
  850. have an older hard disk, it is wise to enable bad-sector checking by 
  851. removing the mark from the Skip Bad Sector Check box.
  852.  
  853. (b) Verify Disk Writes
  854. Mark the Verify Disk Writes check box if you want to enable disk 
  855. write verification.
  856.  
  857. Note: Disk write verification is not critical to safely copy 
  858. partitions.  Enabling disk write verification can significantly slow 
  859. down the copy process.
  860.  
  861. (c) Hide Destination Partitions After Copy
  862. Most operating systems only allow one primary partition to be visible
  863. (bootable) at a time. If you are copying a primary partition and you 
  864. do not want to make that partition your visible (bootable) partition, 
  865. mark the Hide Destination Partition After Copy box. Also, if you are 
  866. using your secondary hard drive as a complete backup of your primary 
  867. drive, marking the Hide Partition After Copy box preserves all the 
  868. secondary drive information without changing any drive letters.
  869.  
  870.  
  871. Context=HELP_DISK_TO_DISK_WIZ_DEST_DRIVE
  872. Title=Disk to Disk: Select Destination Drive
  873. Message=Select the drive to which you wish to copy the partitions.
  874.  
  875.  
  876. Context=HELP_DISK_TO_DISK_WIZ_DEST_SPACE
  877. Title=Disk to Disk: Select Destination Partition or Free Space
  878. Message=Select an existing partition or free space (non-partitioned disk space) on
  879. the destination drive.
  880.  
  881. If the destination partition or free space is not large enough to
  882. accommodate the partitions you wish to copy, or if you are copying the
  883. partition to a larger drive and want to set a specific size for partition
  884. rather than use the proportional resize option, you can click Resize
  885. Partitions to specify a different size for the copied partition.
  886.  
  887.  
  888. Context=HELP_DISK_TO_DISK_WIZ_FINISH
  889. Title=Disk to Disk: Ready to Copy Disk to Disk
  890. Message=Drive Image displays all the information you have entered to this point:
  891.  
  892. (a) Source drive
  893. (b) Source partitions
  894. (c) Destination drive
  895. (d) Destination space
  896.  
  897. 1. To alter any settings, click Back to make changes.
  898.  
  899. 2. If you wish to set options such as disabling file system error-checking
  900. or hiding partitions after copy, click Advanced Options.
  901.  
  902. WARNING: Copying multiple logical partitions can cause the drive letters of
  903. subsequent partitions to change. This may make the computer unbootable or
  904. cause applications to fail. 
  905.  
  906. 3. Click Finish to begin copying the selected partitions.
  907.  
  908.  
  909. Context=HELP_DISK_TO_DISK_WIZ_SRC_DRIVE
  910. Title=Disk to Disk: Select Source Drive
  911. Message=Select the drive that contains the partitions you wish to copy.
  912.  
  913.  
  914. Context=HELP_DISK_TO_DISK_WIZ_SRC_PARTS
  915. Title=Disk to Disk: Select Source Partitions
  916. Message=Select the source partitions you wish to copy, or click Select All to
  917. automatically select all partitions.
  918.  
  919. To deselect partitions, re-click a selected partition or click Select None
  920. to deselect all partitions at once.
  921.  
  922.  
  923. IMPORTANT: To copy partitions, the destination partition or drive must have
  924. unused space (not assigned to any partition) equivalent to the total used
  925. space of the selected source partitions.
  926.  
  927.  
  928. Context=HELP_GENERAL
  929. Title=General Help
  930. Message=Drive Image includes context-sensitive help for all windows and dialog
  931. boxes. Click the Help button to access help information. To close a Help
  932. window, click the Close button. To display a different topic, select Show
  933. Index, select the desired topic, and then select Show Topic.
  934.  
  935. Context=HELP_RESIZE_MAIN
  936. Title=Resize Partitions (main window)
  937. Message=If the destination partition or free space is not large 
  938. enough to accommodate the partitions you wish to restore, or if you 
  939. are restoring the image file to a larger drive and want to set a 
  940. specific size for partitions rather than use the proportional resize 
  941. option, you can click Resize Partitions to specify different sizes 
  942. for restored partitions. To resize partitions, perform the following:
  943.  
  944. 1. Click Resize Partitions.
  945.  
  946. The Resize Partitions window appears.
  947.  
  948. The Selected Source Partitions group box displays the partitions you
  949. selected to restore.
  950.  
  951. 2. Click Resize to access a dialog where you can enter a new size 
  952. for the selected partition.
  953.  
  954.  
  955. Context=HELP_RESIZE_OPTIONS
  956. Title=Resize Options
  957. Message=The following options are available when restoring partitions if the free
  958. space on the destination drive is greater than the space required by the partitions.
  959.  
  960. 1. Automatically resize partitions proportionally to fit.
  961.  
  962. Mark this option to allow Drive Image to automatically expand the
  963. partitions in equal proportions to occupy the destination drive's 
  964. remaining free space.
  965.  
  966. 2. Leave remaining unused space.
  967.  
  968. Mark this option if you want to leave any remaining free space unused 
  969. (unassigned to any partition) on the destination drive after the 
  970. partitions are restored.
  971.  
  972. 3. Resize partitions manually to fit.
  973.  
  974. Mark this option to display the Resize Partition window where you can
  975. manually set the size of the partitions to fit in the destination 
  976. drive's remaining free space.
  977.  
  978.  
  979. Context=HELP_RESIZE_SUB
  980. Title=Resize Partition Dialog
  981. Message=After you click Resize in the Resize Partitions main window, 
  982. the Resize Partition dialog appears.
  983.  
  984. The Maximum Size field displays the largest possible size the source
  985. partitions can have and still fit in the destination space.
  986.  
  987. The Minimum Size field shows the smallest possible size the source
  988. partitions can occupy.
  989.  
  990. To enter a new size for the selected partition, perform the following:
  991.  
  992. 1. In the New Size field, enter a number that is less than the Maximum Size
  993. and greater than or equal to the Minimum Size.
  994.  
  995. 2. Click OK.
  996.  
  997. Since partitions must end on a cylinder boundary, Drive Image rounds
  998. the New Size up to the next cylinder boundary.
  999.  
  1000. 3. Click Accept.
  1001.  
  1002. Later, when you restore the image file, Drive Image resizes the partition.
  1003.  
  1004.  
  1005. Context=HELP_RESTORE_METHODS
  1006. Title=Restore: Methods
  1007. Message=If you create an image on one machine and you wish to restore the image on a
  1008. machine with a different configuration (for example, a different
  1009. motherboard, video card, etc.), the operating system may not boot
  1010. correctly. Therefore, we recommend restoring to similar hardware configurations.
  1011.  
  1012. Other methods:
  1013.  
  1014. If you are restoring an image file to set up a new hard drive on a machine
  1015. with a BIOS older than 1994, see "Using Drive Image with Drive Overlay
  1016. Software" in the Drive Image User Guide.
  1017.  
  1018. To restore image files created with Ghost, see "Converting Ghost Image
  1019. Files to Drive Image" in the Drive Image User Guide.
  1020.  
  1021. To restore selected files from a compressed or spanned image file, see
  1022. "Drive Image File Editor" in the Drive Image User Guide.
  1023.  
  1024. If you want to restore images to multiple machines as clients log on and
  1025. thus reduce network traffic, see "PowerCasting" in Help.
  1026.  
  1027. Context=HELP_RESTORE_WIZ_ADV_OPTIONS
  1028. Title=Restore: Restore Image Advanced Options
  1029. Message=The Restore Image Advanced Options group box appears when you click Advanced
  1030. Options at the Ready To Restore Image File screen. The following options
  1031. are available from the Restore Image Advanced Options group box:
  1032.  
  1033. 1. Check for File System Errors
  1034. This is marked by default to verify the partitions restored contain no
  1035. errors after restoration.
  1036.  
  1037. 2. Skip Bad Sector Check
  1038. This is marked by default to save time in restoring the image file.
  1039. Although most drives do not have bad sectors, the potential for problems
  1040. increases during the lifetime of the hard drive. If you have an older hard
  1041. disk, it is wise to enable bad-sector checking by removing the mark from
  1042. the Skip Bad Sector Check box.
  1043.  
  1044. 3. Verify Disk Writes
  1045. Mark the Verify Disk Writes check box if you want to enable disk write verification.
  1046.  
  1047. Note: Disk write verification is not critical to safely restore image
  1048. files. Enabling disk write verification can significantly slow down the
  1049. image file restore process.
  1050.  
  1051. 4. Hide Partition After Restore
  1052. Most operating systems only allow one primary partition to be visible
  1053. (bootable) at a time. If you are restoring an image of a primary partition
  1054. and you do not want to make that partition your visible (bootable)
  1055. partition, mark the Hide Partition After Restore box.
  1056.  
  1057. Context=HELP_RESTORE_WIZ_DEST_DRIVE
  1058. Title=Restore: Select Destination Drive
  1059. Message=Select the drive to which you want to restore the image file.
  1060.  
  1061.  
  1062. Context=HELP_RESTORE_WIZ_DEST_SPACE
  1063. Title=Restore: Select Destination Partition or Free Space
  1064. Message=Select an existing partition or free space (non-partitioned disk space).
  1065.  
  1066. If the destination partition or free space is not large enough to
  1067. accommodate the partitions you wish to restore, or if you are restoring the
  1068. image file to a larger drive and want to set a specific size for partitions
  1069. rather than use the proportional resize option, you can click Resize
  1070. Partitions to specify different sizes for restored partitions.
  1071.  
  1072.  
  1073. Context=HELP_RESTORE_WIZ_FINISH
  1074. Title=Restore: Ready to Restore Image File
  1075. Message=Drive Image displays all the information you have entered to this point:
  1076.  
  1077. (a) Image filename
  1078. (b) Selected image file partitions
  1079. (c) Destination drive
  1080. (d) Destination space
  1081.  
  1082. If you wish to alter any settings, click Previous to backtrack and make changes.
  1083.  
  1084. If you wish to enable bad-sector checking or hide partitions after restore,
  1085. click Advanced Options.
  1086.  
  1087. WARNING: Restoring multiple logical partitions can cause the drive letters
  1088. of subsequent partitions to change. This may make the computer unbootable
  1089. or cause applications to fail. For information on why drive letters change
  1090. and how to fix them, refer to Basic Concepts: "How the OS Assigns
  1091. Drive Letters" and "Problems Caused by Drive Letter Changes." The Basic
  1092. Concepts document (BASIC.PDF) is located in the \English\Docs folder on 
  1093. the Drive Image CD.
  1094.  
  1095. Click Finish to begin restoring the image file.
  1096.  
  1097. If you assigned a password to the image file when you created it, the Get
  1098. Image File Password dialog appears. You must enter the password in order to
  1099. restore the image file.
  1100.  
  1101. Note: If Drive Image detects that you are restoring your image file
  1102. from a floppy drive or removable medium, it enables a media-spanning
  1103. feature that is capable of reading the image file from a series of disks. 
  1104. As Drive Image prompts you for each disk, be careful to insert the
  1105. disks sequentially.
  1106.  
  1107.  
  1108. Context=HELP_RESTORE_WIZ_IMAGE_PARTS
  1109. Title=Restore: Select Image File Partitions to Restore
  1110. Message=Select the image file partitions you wish to restore, or click Select All to
  1111. automatically select all partitions.
  1112.  
  1113. To deselect partitions, re-click a selected partition or click Select None
  1114. to deselect all partitions at once.
  1115.  
  1116. The Total Selected field keeps a running total of the disk space for all
  1117. selected partitions, as well as the total used and free space within the partitions.
  1118.  
  1119.  
  1120. Context=HELP_RESTORE_WIZ_SELECT_IMAGE
  1121. Title=Restore: Select Image File
  1122. Message=In the Image File field, enter the complete filename of the image file you
  1123. wish to restore, or click Browse to browse the directory tree for the
  1124. desired path and image filename.
  1125.  
  1126.  
  1127. Context=HELP_TOOLS_CREATE_EXTENDED
  1128. Title=Tools: Create Extended Partition
  1129. Message=If you create an image of a primary partition and want to restore it as a
  1130. logical partition, you must first have an extended partition on your hard drive.
  1131.  
  1132. Note: It is not necessary to manually create an extended partition when you
  1133. restore an image of a logical partition. Drive Image automatically
  1134. creates an extended partition if one does not already exist.
  1135.  
  1136. To create an extended partition, perform the following:
  1137.  
  1138. 1. At the Drive Image main screen, select Tools > Create Extended Partition.
  1139.  
  1140. 2. If you have more than one hard drive on your system, select the 
  1141. desired drive from the Physical Drives drop-down list box.
  1142.  
  1143. 3. Click on a free space.
  1144.  
  1145. If there is no free space (unpartitioned area) on your drive, you 
  1146. must delete an existing partition to create free space. For more 
  1147. information, see Tools: Delete Partitions.
  1148.  
  1149. 4. Click Create.
  1150.  
  1151. Drive Image creates an extended partition in the selected free space.
  1152.  
  1153. 5. Click Close to return to the Drive Image main screen.
  1154.  
  1155.  
  1156. Context=HELP_TOOLS_DELETE_PART
  1157. Title=Tools: Delete Partitions
  1158. Message=This feature deletes existing partitions to create free 
  1159. space on your hard drive.
  1160.  
  1161. WARNING: Be aware that deleting existing partitions DESTROYS any data they contain.
  1162.  
  1163. To delete partitions, perform the following:
  1164.  
  1165. 1. At the Drive Image main screen, select Tools > Delete Disk Partitions.
  1166.  
  1167. 2. If you have more than one hard drive on your system, select the 
  1168. desired drive from the Physical Drives drop-down list box.
  1169.  
  1170. 3. Click on the partition you wish to delete.
  1171.  
  1172. 4. Click Delete.
  1173.  
  1174. The following message appears: "Selected partition:<partition letter>.
  1175. Deleting this partition will DESTROY any existing data! Current volume
  1176. label is <volume label>. Enter current volume label to confirm 
  1177. partition deletion:"
  1178.  
  1179. 5. Enter the volume label exactly as it appears and click OK. Drive 
  1180. Image deletes the partition.
  1181.  
  1182. 6. Click Close to return to the Drive Image main screen.
  1183.  
  1184.  
  1185. Context=HELP_TOOLS_DRIVE_INFO
  1186. Title=Tools: Display Drive Information
  1187. Message=The Display Drive Information option lets you view 
  1188. information about the partitions on your current hard drive. You can view:
  1189.  
  1190. Drive letters
  1191. Volume (partition) labels
  1192. Color--coded volume (partition) types
  1193. Status (active partition)
  1194. Partition size
  1195. Used MB in partitions
  1196. Free MB in partitions
  1197. Primary or logical drive
  1198. Boot Code Boundary Markers--On the partition map, the first set of
  1199. triangles from the left (blue) represent the DOS 2 GB boot code 
  1200. boundary.  The second set of triangles from the left (black) 
  1201. represent the DOS 8 GB boot code boundary. The second set of 
  1202. triangles will not appear on the partition map if your hard disk is 
  1203. smaller than 8 GB.
  1204.  
  1205. If you have more than one hard drive on your system, select the 
  1206. drive you want to view from the Physical Drive drop-down list.
  1207.  
  1208. Context=HELP_TOOLS_HIDE_UNHIDE_PART
  1209. Title=Tools: Hide or Unhide Partition
  1210. Message=This feature allows you to protect partitions from unwanted 
  1211. user access.  When you hide a partition, it is not assigned a drive 
  1212. letter the next time you boot your computer and therefore is 
  1213. inaccessible. Alternately, if you unhide a partition, it is assigned 
  1214. a drive letter the next time you boot your computer and becomes 
  1215. accessible again.
  1216.  
  1217. Before hiding and unhiding partitions, be aware of the following:
  1218.  
  1219. (a) Hiding or unhiding a partition can cause the drive letters of
  1220. subsequent partitions to change. This may make the computer fail to 
  1221. boot or cause applications to fail.
  1222.  
  1223. (b) If your hard drive contains more than one primary partition, only one
  1224. is visible by default. When you use the Set Active Partition feature, Drive
  1225. Image unhides the selected primary partition and automatically hides 
  1226. all other primary partitions.
  1227.  
  1228. (c) Because a hidden partition is not bootable or accessible, if you 
  1229. hide the partition where Drive Image is installed, you must 
  1230. re-install Drive Image on your new active (bootable) partition to 
  1231. run it again.
  1232.  
  1233. To hide or unhide partitions, perform the following:
  1234.  
  1235. 1. At the Drive Image main screen, select Tools > Hide/Unhide Partitions.
  1236.  
  1237. 2. If you click on a visible partition, the Hide button is available. Click
  1238. Hide to hide the selected partition. The partition status changes to "Hidden".
  1239.  
  1240. 3. If you click on a hidden partition, the Unhide button is available.
  1241. Click Unhide to unhide the selected partition. The partition status 
  1242. changes to "None".
  1243.  
  1244. 4. Click Close to return to the Drive Image main screen.
  1245.  
  1246. 5. Click Exit to exit Drive Image.
  1247.  
  1248. 6. Reboot your computer.
  1249.  
  1250.  
  1251. Context=HELP_TOOLS_SET_ACTIVE
  1252. Title=Tools: Set Active Partition
  1253. Message=The Set Active Partition feature allows you to make a primary partition the
  1254. active (bootable) partition. Only one primary partition can be active at a
  1255. time. To be bootable, a primary partition must be located on the 
  1256. first (master) drive, and it must contain an operating system. When 
  1257. your computer boots, it scans the partition table of the first drive 
  1258. to find the active partition, then boots from that partition.
  1259.  
  1260. WARNING: Before you set a partition active, be sure it is bootable. 
  1261. If it is not bootable or if you are not sure, locate the boot disk 
  1262. you created when you installed Drive Image. If you restart your 
  1263. computer and it does not boot normally, you must boot from the floppy 
  1264. disk, run Drive Image from the program disk you created during Drive 
  1265. Image install, and set a different active partition.
  1266.  
  1267. To set a partition active, perform the following:
  1268.  
  1269. 1. At the Drive Image main screen, select Tools > Set Active Partition.
  1270.  
  1271. 2. Make sure that Disk 1 is selected in the Physical Drives drop-down list box.
  1272.  
  1273. 3. Select a primary partition that is not currently active.
  1274.  
  1275. 4. Click Set Active. The status of the selected partition changes to "Active".
  1276.  
  1277. 5. Click Close.
  1278.  
  1279. 6. Click Exit to exit Drive Image.
  1280.  
  1281. 7. Reboot your computer.
  1282.  
  1283. Context=TECHNICAL_SUPPORT_HLP
  1284. Title=TECHNICAL SUPPORT
  1285. Message=Before Contacting Technical Support
  1286.  
  1287. PowerQuest is committed to providing you with comprehensive technical
  1288. support. However, before contacting our technical support department,
  1289. please try to resolve your problem by using the online Help, the user
  1290. guide, the README file, and PowerQuest痴 corporate web site.
  1291.  
  1292. Tips
  1293. -Your problem may be resolved by applying the most recent patch or 
  1294. upgrade of the software.
  1295. -PowerQuest technical support engineers may request information from 
  1296. the PartitionInfo utility program to help you resolve problems. The
  1297. PartitionInfo report is always required for errors 100-199, 255, 986, 
  1298. and drive detection errors of any kind.
  1299. -Your product serial number is required to obtain technical support.
  1300. -If you received a demo or trial version of the PowerQuest software, you are
  1301. not entitled to complimentary technical support.
  1302.  
  1303. Term of Technical Support
  1304.  
  1305. Technical support is available to all registered users throughout the
  1306. life of the product, which began when PowerQuest released the software
  1307. to manufacturing and ends six months after the release of the next version
  1308. of the software or when PowerQuest discontinues its development.
  1309.  
  1310. Upon registration, PowerQuest provides 90 days of complimentary technical
  1311. support from the day of your first call.
  1312.  
  1313. Contact Information
  1314.  
  1315. Corporate Web Site
  1316.  
  1317. The Technical support web site, support.powerquest.com, includes an
  1318. overview of support options, an e-mail support request form, a list of
  1319. error messages and information to resolve problems you encounter, and
  1320. answers to frequently asked questions about the product.
  1321.  
  1322. E-mail
  1323.  
  1324. Language -- E-mail address (for specific technical problems)
  1325.  
  1326. Dutch -- eurots@powerquest.com
  1327. English -- help@powerquest.com OR eurots@powerquest.com
  1328. French -- france@powerquest.com
  1329. German -- germany@powerquest.com
  1330. Italian -- italian@powerquest.com
  1331. Portuguese -- latina@powerquest.com
  1332. Spanish -- spanish@powerquest.com
  1333.  
  1334. To obtain e-mail technical support for specific technical questions, 
  1335. you can fill out the form at support.powerquest.com (available in 
  1336. English only). If you send the information from PARTINFO with your 
  1337. e-mail message, a PowerQuest technician will be able to assist you 
  1338. more easily.
  1339.  
  1340. E-mail on Demand
  1341.  
  1342. PowerQuest maintains an e-mail on demand system to resolve common problems.
  1343. You can view a list of available documents at support.powerquest.com. To
  1344. request one of the documents, send an e-mail message to
  1345. support@powerquest.com with the index number of the document in the 
  1346. subject of the message. You can only request one document per e-mail 
  1347. message. E-mail on demand documents are available in English only.
  1348.  
  1349. Fax
  1350.  
  1351. USA -- +1 (801) 437-4218
  1352. Europe -- +31 (0) 20 581 9270
  1353.  
  1354. Fax a description of your problem to the technical support fax number. This
  1355. service is available in the U.S., Canada, and Europe 24 hours, seven 
  1356. days.  PowerQuest technicians try to respond to all fax requests 
  1357. within 24 hours.
  1358.  
  1359. Telephone
  1360.  
  1361. Language -- Location -- Number
  1362. Dutch -- Netherlands -- +31 (0)20 581 3906
  1363. English -- Netherlands -- +31 (0)20 581 3907
  1364. English -- UK -- +44 (0)17 1341 5517
  1365. English -- USA -- +1 (801) 226-6834
  1366. French -- France -- +33 (0)1 69 32 49 30
  1367. German -- Germany -- +49 (0)069 66 568 516
  1368. Italian -- Italy -- +39 (0)02 45 28 1312
  1369. Portuguese -- USA -- +1 (801) 226-6834
  1370. Spanish -- Spain -- +34 (0)91 662 3146
  1371. Spanish -- USA -- +1 (801) 226-6834
  1372.  
  1373. The USA call center is open Monday through Friday, 7:00 a.m. to 6:00 p.m.,
  1374. MST/MDT. Our European call centers are open Monday through Friday, 
  1375. 9:00 to 18:00, CET.
  1376.  
  1377. If you have the information from PARTINFO ready when you call, a 
  1378. PowerQuest technician will be able to assist you more easily.
  1379.  
  1380. Postal Service Mail
  1381.  
  1382. USA
  1383. PowerQuest Corporation
  1384. P.O. Box 1911
  1385. Orem, Utah 84059-1911
  1386. U.S.A.
  1387.  
  1388. Europe
  1389. PowerQuest Customer Service
  1390. P.O. Box 58287
  1391. 1040 HG
  1392. Amsterdam
  1393. The Netherlands
  1394.  
  1395. Please include the information from PARTINFO with a description of 
  1396. your problem. Also include a return address, a daytime phone number, 
  1397. or other relevant contact information.
  1398.  
  1399. Context=WHATS_NEW
  1400. Title=What's New or Improved in Drive Image 4.0?
  1401. Message=- Ability to save images directly to CD-R
  1402. - New user interface and features for Drive Image File Editor
  1403. - Ability to check the integrity of an image before restoring it
  1404. - Ability to image NTFS partitions
  1405. - Support for Windows Me
  1406.  
  1407. Copyright 1994-2000, PowerQuest Corporation. All rights reserved.
  1408.  
  1409. [Hidden Topics]