home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / WinDlg_124.zip / WinDlg.txt < prev   
Text File  |  2011-03-16  |  5KB  |  101 lines

  1. //=============================================================================
  2. //
  3. // Copyright 1999-2011 Western Digital Corporation
  4. //
  5. // RESTRICTED RIGHTS LEGEND
  6. // ------------------------
  7. //
  8. // Use, duplication or disclosure by any commercial industry (public
  9. // or private), private individual or by any Government Agency without
  10. // an expressed written consent of release from Western Digital
  11. // Corporation is subject to restriction set forth in paragraph
  12. // (b)(3)(B) of the Rights in Technical Data and Computer Software
  13. // clause in DAR 7-104.9(a). 
  14. //
  15. // Manufacturer is:
  16. //
  17. // Western Digital Corporation
  18. //   3355 Michelson Drive, Suite 100
  19. //   Irvine, CA 92612
  20. //   (949)672-7000
  21. //=============================================================================
  22.  
  23. Western Digital Data LifeGuard Diagnostics - WinDlg (DLGDIAG for Windows)
  24.  
  25.  
  26. PROGRAM DESCRIPTION:
  27. This MODULE of the Data Lifeguard Tools program searches for and verifies
  28. the status of specific Western Digital drives. By accessing the Data Lifeguard
  29. information stored on the hard drive, the program is able to quickly and
  30. efficiently verify the status of the drive. If any errors are logged or found,
  31. it provides an option to return the drive to a defect-free status through an 
  32. extended test or repair option. WinDlg runs under Win9x/Me/NT/W2K/XP/Vista/Win7 
  33. and offers several options for verifying the defect-free status of your hard 
  34. drive.
  35.  
  36.  
  37. QUICK TEST:
  38. The Quick Test is designed to intelligently gather and verify all of the Data
  39. Lifeguard information contained on the drive. The Quick Test can determine with
  40. a high level of confidence that a drive is defect-free in a short amount of time.
  41. For maximum confidence, the Extended Test is recommended. The Quick Test option
  42. may not be available on earlier IDE drives, SCSI drives and external drives.
  43.  
  44. The Quick Test checks the SMART status and performs SMART QUICK Drive Self-Test 
  45. if the SMART feature is supported by the drive and detected by the program.  
  46. Otherwise, it performs a partial disk scan test - 10% in the OD (Outer Diameter) 
  47. zone and 10% in the ID (Inner Diameter) zone.
  48.  
  49.  
  50. EXTENDED TEST:
  51. For most computers, the WinDlg Extended Test takes anywhere from 30 minutes to many 
  52. hours to test one drive. Larger drives take longer to test. The performance of the 
  53. computer also affects the test time. If a bad sector is detected under Win9x/Me 
  54. environments, the test may stop responding for a few minutes and then continue. By 
  55. default, this is a non-destructive test. The test is destructive only when the user 
  56. selects the repair function and bad sectors are detected.
  57.  
  58. The EXTENDED Test scans the entire disk media from LBA #0 to the maximum LBA.  When 
  59. a bad sector is detected, the user is prompted to repair it. If the user chooses to 
  60. repair, the program writes zeros to the bad sector which invokes the drive firmware 
  61. to relocate the bad sector and return the sector to a defect-free state.
  62.  
  63.  
  64. WRITE ZEROS:
  65. This option can be used to erase operating systems and file systems. QUICK ERASE 
  66. writes zeroes to the first and last million sectors. FULL ERASE writes zeroes to 
  67. the entire drive and may take hours to complete (depending on the drive size and 
  68. system performance).
  69.  
  70.  
  71. VIEW TEST RESULT:
  72. This function displays the current test results. Test results are overwritten once 
  73. a new test is started.
  74.  
  75.  
  76. TO RUN THE PROGRAM:
  77.  
  78. BACK UP DATA:
  79. Before running DLGDIAG, it is recommended that users back up all data for all hard 
  80. drives.  This utility may write to the drive during the re-certification process.  
  81. As with all utilities that write to a drive, it is recommended that you back up your 
  82. data before proceeding. 
  83.  
  84.  
  85. TO TEST EACH DRIVE:
  86. Double click on one of the physical drives in the list to display the test menu. 
  87. Select a test and click the Start button to start the test. At the end of the test, 
  88. a status is displayed. For the EXTENDED TEST, if bad sectors are detected, a repair 
  89. option is provided to fix any correctable errors. However, data stored in the 
  90. bad sectors will be lost, thus this function must be used very cautiously. WD also 
  91. offers a DOS version of DLGDIAG which provides a better repair function. It can be 
  92. downloaded from WD's web site and used to repair certain errors that cannot be 
  93. corrected in the Windows environment. 
  94.  
  95. SMART STATUS:
  96. The drive's SMART status is queried and displayed when the program starts. The SMART 
  97. status can be PASS, FAIL or Not Available.  Click on the SMART status column to view 
  98. detailed SMART disk information.  Some drives (e.g., SAS - Serial Attached SCSI) do 
  99. not return SMART data, so "Not Available" will be displayed in the SMART Status 
  100. column (this is expected and is not an error).
  101.