configurestorage.dita 1.3 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- This file is part of the DITA Open Toolkit project hosted on
  3. Sourceforge.net. See the accompanying license.txt file for
  4. applicable licenses.-->
  5. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  6. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
  7. "../../dtd/task.dtd">
  8. <task id="configurestorage" xml:lang="en-us">
  9. <title>Configuring hard storage devices</title>
  10. <shortdesc>Most hard disks do not need any configuring. If they do, the instructions
  11. are relatively simple.</shortdesc>
  12. <prolog><metadata>
  13. <keywords><indexterm>hard drive</indexterm><indexterm>configure</indexterm>
  14. </keywords>
  15. </metadata></prolog>
  16. <taskbody>
  17. <context>First check the documentation that came with your storage device.
  18. If the device requires configuring, follow the steps below.</context>
  19. <steps>
  20. <step><cmd>If your system recognizes the device, it may be able to configure
  21. it without help. If so, do not try and stop it.</cmd></step>
  22. <step><cmd>Otherwise, your drive should come with software. Use this software
  23. to format and partition your drive.</cmd></step>
  24. <step><cmd>Once your drive is configured, restart the system. Just for fun.
  25. But be sure to remove any vendor software from your system before doing so.</cmd>
  26. </step>
  27. </steps>
  28. </taskbody>
  29. </task>