1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<?xml version="1.0" encoding="utf-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:ns5="http://www.w3.org/1999/xhtml"
xmlns:ns42="http://www.w3.org/1998/Math/MathML"
xmlns:ns4="http://www.w3.org/1999/xlink"
xmlns:ns3="http://www.w3.org/2000/svg"
xmlns:ns="http://docbook.org/ns/docbook"
xml:id="ask_mntpoint_s" version="5.0">
<info>
<title xml:id="ask_mntpoint_s-ti1">Choose the mount points</title>
</info>
<!-- Made by marja on 2012 03 28 -->
<!-- NEEDS TO BE REVIEWED! -->
<!-- SimonNZG 2012-04-03 has taken a look but needs to come back -->
<!-- removed para xml:id's, marja, 20120409 -->
<!-- barjac 14/04/2012 Minor edit to improve grammar and replaced "at least ONE"
with "a", as I can't imagine having more than one root partition ;) -->
<!-- Lebarhon : I put [] where it seems having mistakes -->
<!-- Marja: you're right, in English English it is "its type", however, the Americans
write "it's type". And you're right about the redundant part, too, I removed it-->
<!-- And JohnR says the Americans are WRONG! :-)) -->
<!-- 2012-04-19 Language proofreading done -->
<mediaobject>
<imageobject>
<imagedata revision="1" fileref="dx2-chooseMountpoints.png" align="center"
format="PNG" xml:id="chooseMountPoints-im1"></imagedata>
</imageobject>
</mediaobject>
<para>Here you see the Linux partitions that have been found on your
computer. If you don't agree with the <application>DrakX</application>
suggestions, you can change the mount points.</para>
<note>
<para>If you change anything, make sure you still have a
<literal>/</literal> (root) partition.</para>
</note>
<itemizedlist>
<listitem>
<para>Every partition is shown as follows: "Device" ("Capacity", "Mount
point", "Type").</para>
</listitem>
<listitem>
<para>"Device", is made up of: "hard drive", ["hard drive
number"(letter)], "partition number" (for example, "sda5").</para>
</listitem>
<listitem>
<para>If you have many partitions, you can choose many different mount
points from the drop down menu, such as <literal>/</literal>,
<literal>/home</literal> and <literal>/var</literal>. You can even make
your own mount points, for instance <literal>/video</literal> for a
partition where you want to store your films, or
<literal>/cauldron-home</literal> for the <literal>/home</literal>
partition of a cauldron install.</para>
</listitem>
<listitem>
<para>For partitions you don't need to have access to, you can leave the
mount point field blank.</para>
</listitem>
</itemizedlist>
<warning>
<para>Choose <guibutton>Previous</guibutton> if you are not sure what to
choose, and then tick <guilabel>Custom disk partitioning</guilabel>. In
the screen that follows, you can click on a partition to see its type
and size.</para>
</warning>
<para>If you are sure the mount points are correct, click on
<guibutton>Next</guibutton>, and choose whether you only want to format the
partition(s) DrakX suggests, or more.</para>
</section>
|