blob: ebb4ad17bdbcbe9004807fc4a38029110a76c0c0 (
plain)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Custom disk partitioning with DiskDrake</title>
<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="Confirm hard disk to be formatted">
<link rel="next" href="formatPartitions.html" title="Formatting"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css">
<!--
body { font-family: sans-serif; font-size: 13px }
table { font-family: sans-serif; font-size: 13px }
--></style></head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div lang="" class="section" title="Custom disk partitioning with DiskDrake">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="diskdrake"></a>Custom disk partitioning with
DiskDrake
</h2>
</div>
</div>
</div>
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Warning">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="warning.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p><a name="diskdrake-pa1"></a>If you wish to use encryption on
your <code class="literal">/</code> partition you must ensure that you have a
separate <code class="literal">/boot</code> partition. The encryption option for the
<code class="literal">/boot</code> partition must NOT be set, otherwise your system
will be unbootable.
</p>
</td>
</tr>
</table>
</div>
<p><a name="diskdrake-pa3"></a>Adjust the layout of your disk(s)
here. You can remove or create partitions, change the filesystem of a
partition or change its size and even view what is in them before you
start.
</p>
<p><a name="diskdrake-pa4"></a>There is a tab for every detected
hard disk or other storage device, like an USB key. For example sda, sdb and
sdc if there are three of them.
</p>
<p><a name="diskdrake-pa5"></a>Push <span class="guibutton">Clear
all</span> to wipe all partitions on the selected storage device
</p>
<p><a name="diskdrake-pa6"></a>For all other actions: click on
the desired partition first. Then view it, or choose a filesystem and a
mount point, resize it or wipe it.
</p>
<p><a name="diskdrake-pa6a"></a>Continue until you adjusted
everything to your wishes.
</p>
<p><a name="diskdrake-pa7"></a>Click <span class="guibutton">Done</span>
when you're ready.
</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="note.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p>If you are installing Mageia on an UEFI system, check that an ESP
(EFI System Partition) is present and correctly mounted on /boot/EFI (see
above)
</p>
<p></p>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
|