configurestorage.dita 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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="configurestorage" xml:lang="en-us">
  6. <title>Configuring hard storage devices</title>
  7. <shortdesc>Most hard disks do not need any configuring. If they do, the instructions are relatively
  8. simple.</shortdesc>
  9. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm>hard drive</indexterm>
  13. <indexterm>configure</indexterm>
  14. </keywords>
  15. </metadata>
  16. </prolog>
  17. <taskbody>
  18. <context>First check the documentation that came with your storage device. If the device requires configuring,
  19. follow the steps below.</context>
  20. <steps>
  21. <step>
  22. <cmd>If your system recognizes the device, it may be able to configure it without help. If so, do not try and
  23. stop it.</cmd>
  24. </step>
  25. <step>
  26. <cmd>Otherwise, your drive should come with software. Use this software to format and partition your
  27. drive.</cmd>
  28. </step>
  29. <step>
  30. <cmd>Once your drive is configured, restart the system. Just for fun. But be sure to remove any vendor software
  31. from your system before doing so.</cmd>
  32. </step>
  33. </steps>
  34. </taskbody>
  35. </task>