diff options
author | Kamil Rytarowski <kamil@mageia.org> | 2012-03-11 20:09:44 +0000 |
---|---|---|
committer | Kamil Rytarowski <kamil@mageia.org> | 2012-03-11 20:09:44 +0000 |
commit | c677be6ba2b4d9af807055f20ef0cd1c184d996b (patch) | |
tree | 8d9b51dec50b5e5fc0af401ece9e60f5635644c9 /ask_mntpoint_s.html | |
download | drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.tar drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.tar.gz drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.tar.bz2 drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.tar.xz drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.zip |
- import files for the installer (received from Marja)
Diffstat (limited to 'ask_mntpoint_s.html')
-rw-r--r-- | ask_mntpoint_s.html | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/ask_mntpoint_s.html b/ask_mntpoint_s.html new file mode 100644 index 0000000..beb3318 --- /dev/null +++ b/ask_mntpoint_s.html @@ -0,0 +1,103 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>11. Choosing Mount Points</title> + <link rel="stylesheet" href="../XSL/mdk-doc.css" type="text/css"> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="takeOverHdConfirm.html" title="10. Confirm data deletion"> + <link rel="next" href="formatPartitions.html" title="12. Choose Partitions to Be Formatted"> + </head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div class="navheader"> + <table width="100%" summary="Navigation header"> + <tr> + <th colspan="3" align="center">11. Choosing Mount Points</th> + </tr> + <tr> + <td width="20%" align="left"><a accesskey="p" href="takeOverHdConfirm.html">Prev</a> + </td> + <th width="60%" align="center"> </th> + <td width="20%" align="right"> <a accesskey="n" href="formatPartitions.html">Next</a></td> + </tr> + </table> + <hr> + </div> + <div lang="" class="section" title="11. Choosing Mount Points"> + <div class="titlepage"> + <div> + <div> + <h2 class="title" style="clear: both"><a name="drakxid-ask_mntpoint_s"></a>11. Choosing Mount Points + </h2> + </div> + </div> + </div> + + + + + + + + <p><a name="BId-drakxid-ask_mntpoint_s-pa1"></a>Listed here are the existing Linux + partitions detected on your hard drive. You can keep the choices + made by the wizard, since they are good for most common + installations. If you make any changes, you must at least define a + <a class="indexterm" name="BId-drakxid-ask_mntpoint_s-it1"></a><a class="indexterm" name="BId-drakxid-ask_mntpoint_s-it2"></a>root partition (<code class="literal">/</code>). Do not choose too small a partition or you will not be able to install enough software. In most cases it is best to also + create a <code class="literal">/home</code> partition, to store your data on (only possible if you + have more than one Linux partition available). + </p> + + + <p><a name="BId-drakxid-ask_mntpoint_s-pa2"></a>Each partition is listed + as follows: "Device", "Capacity", "Mount point","Type". + </p> + + + <p><a name="BId-drakxid-ask_mntpoint_s-pa3"></a>"Device", is structured: "hard drive type", "hard drive number", "partition number" (for example, "sda5"). + </p> + + + <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Note"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../common/images/note.png"></td> + <th align="left">Note</th> + </tr> + <tr> + <td align="left" valign="top"> + <p><a name="BId-drakxid-ask_mntpoint_s-pa6"></a>You can switch to tty 2 with ctrl+alt+F2 and type df to view the partitions if you're not sure installer's choice is correct + and then switch back to the installer screen with ctrl+alt+F7 + </p> + </td> + </tr> + </table> + </div> + + + <p><a name="BId-drakxid-ask_mntpoint_s-pa7"></a>When the mount points are correct, or corrected, click <span class="guibutton">Next</span>. You'll then be given the choice to format one or more of the partitions you just chose to install Mageia on. Usually, formatting + <code class="literal">/</code> and saving <code class="literal">/home</code> (if the same partition was your <code class="literal">/home</code> before), is a good choice. + </p> + + + </div> + <div class="navfooter"> + <hr> + <table width="100%" summary="Navigation footer"> + <tr> + <td width="40%" align="left"><a accesskey="p" href="takeOverHdConfirm.html">Prev</a> + </td> + <td width="20%" align="center"> </td> + <td width="40%" align="right"> <a accesskey="n" href="formatPartitions.html">Next</a></td> + </tr> + <tr> + <td width="40%" align="left" valign="top">10. Confirm data deletion </td> + <td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td> + <td width="40%" align="right" valign="top"> 12. Choose Partitions to Be Formatted</td> + </tr> + </table> + </div> + </body> +</html> |