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