drivetrouble.dita 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  5. <task id="drivetrouble" xml:lang="en-us">
  6. <title>Troubleshooting your hard disk</title>
  7. <shortdesc>Follow these steps to try and fix any problems with your hard drive.</shortdesc>
  8. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm>troubleshooting</indexterm>
  12. <indexterm>hard drive</indexterm>
  13. </keywords>
  14. </metadata>
  15. </prolog>
  16. <taskbody>
  17. <steps-unordered>
  18. <step>
  19. <cmd>Run scandisk on the drive. This may solve all of your problems.</cmd>
  20. </step>
  21. <step>
  22. <cmd>Try defragmenting the drive. This could help with retrieval times.</cmd>
  23. </step>
  24. <step>
  25. <cmd>If the drive is still slow, try deleting old or useless information.</cmd>
  26. </step>
  27. <step>
  28. <cmd>If the drive cannot access anything, there are some expensive tools at Best Buy that my help you save some
  29. of your information. But, you're probably out of luck.</cmd>
  30. </step>
  31. <step>
  32. <cmd>If the drive makes funny clicking noises, back everything up as soon as possible.</cmd>
  33. <info>You probably have some important data stored in bad sectors. This is going to be painful to fix. Make sure
  34. you have a copy of your Operating System CDs.</info>
  35. </step>
  36. <step>
  37. <cmd>If all else fails, you can always try calling technical support. However, this can be very expensive,
  38. unless you call within 13 hours of your purchase.</cmd>
  39. </step>
  40. </steps-unordered>
  41. </taskbody>
  42. </task>