blob: ab2ccd5e3ee6ecb324076ea9d76c0a374ad77b41 (
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
|
<?xml version="1.0" encoding="utf-8"?><section xmlns="http://docbook.org/ns/docbook" xmlns:ns5="http://www.w3.org/1998/Math/MathML" xmlns:ns4="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:ns2="http://www.w3.org/1999/xlink" xmlns:ns="http://docbook.org/ns/docbook" version="5.0" xml:id="diskdrake">
<!-- Started by marja on 2012 03 29 -->
<!-- NEEDS TO BE WRITTEN AND THEN REVIEWED! -->
<!-- JohnR added note for bug 133 re encrypted partitions -->
<!-- JohnR 2012-04-10 - tidy up module formatting -->
<!-- Marja, 2012-04-18 changed "If you wish to use encryption on
any of your partitions" into "If you wish to use encryption on
your <literal>/</literal> partition" because pterjan said this is only for root
Also added some text. -->
<!--marja 20120418 moved section end tag down to where it belongs-->
<!--marja 20120418 added para 6a-->
<info>
<title xml:id="diskdrake-ti1">Custom disk partitioning with
DiskDrake</title>
</info>
<mediaobject>
<imageobject>
<imagedata fileref="dx2-diskdrake.png" align="center"></imagedata>
</imageobject>
</mediaobject>
<warning>
<para revision="3" xml:id="diskdrake-pa1">If you wish to use encryption on
your <literal>/</literal> partition you must ensure that you have a separate <literal>/boot</literal>
partition. The encryption option for the <literal>/boot</literal> partition must NOT be set,
otherwise your system will be unbootable.</para>
</warning>
<para revision="2" xml:id="diskdrake-pa3">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.
</para>
<para revision="1" xml:id="diskdrake-pa4">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.
</para>
<para revision="1" xml:id="diskdrake-pa5">Push <guibutton>Clear all</guibutton> to wipe all partitions on the selected storage device</para>
<para revision="1" xml:id="diskdrake-pa6">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.</para>
<para revision="1" xml:id="diskdrake-pa6a">Continue until you adjusted everything to your wishes. </para>
<para revision="1" xml:id="diskdrake-pa7">Click <guibutton>Done</guibutton> when you're ready.</para> </section>
|