blob: 292fb51f55a4bcc98a4f67475d4613f9b08278c6 (
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
|
<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="ask_mntpoint_s.html" title="Choose the mount points">
<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>
</body>
</html>
|