~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to eu/using-d-i/modules/partman.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 14602 untranslated -->
 
3
 
 
4
   <sect3 id="partman"><title>Partitioning Your Disks</title>
 
5
<para>
 
6
 
 
7
Now it is time to partition your disks. If you are uncomfortable with
 
8
partitioning, or just want to know more details, see <xref
 
9
linkend="partitioning"/>.
 
10
 
 
11
</para><para>
 
12
 
 
13
First you will be given the opportunity to automatically partition
 
14
either an entire drive, or free space on a drive. This is also called
 
15
<quote>guided</quote> partitioning. If you do not want to
 
16
autopartition, choose <guimenuitem>Manually edit partition
 
17
table</guimenuitem> from the menu and skip to the next
 
18
paragraph. Otherwise you will be asked if you want <guimenuitem>All
 
19
files in one partition</guimenuitem>, <guimenuitem>Separate partition
 
20
for home directories</guimenuitem>, or if you rather plan to have
 
21
a <guimenuitem>Multi-user system</guimenuitem>. All schemes have their
 
22
pros and cons, some of which are discussed in <xref
 
23
linkend="partitioning"/>. If you are unsure, choose the first
 
24
one. Bear in mind, that guided partitioning needs certain minimal
 
25
amount of free space to operate with. If you don't give it at least
 
26
about 1GB of space (depends on chosen scheme), guided partitioning
 
27
will fail.
 
28
 
 
29
</para>
 
30
 
 
31
<informaltable>
 
32
<tgroup cols="3">
 
33
<thead>
 
34
<row>
 
35
  <entry>Partitioning scheme</entry>
 
36
  <entry>Minimum space</entry>
 
37
  <entry>Created partitions</entry>
 
38
</row>
 
39
</thead>
 
40
 
 
41
<tbody>
 
42
<row>
 
43
  <entry>All files in one partition</entry>
 
44
  <entry>600MB</entry>
 
45
  <entry><filename>/</filename>, swap</entry>
 
46
</row><row>
 
47
  <entry>Separate partition for home directories</entry>
 
48
  <entry>500MB</entry>
 
49
  <entry>
 
50
    <filename>/</filename>, <filename>/home</filename>, swap
 
51
  </entry>
 
52
</row><row>
 
53
  <entry>Multi-user system</entry>
 
54
  <entry>1GB</entry>
 
55
  <entry>
 
56
    <filename>/</filename>, <filename>/home</filename>,
 
57
    <filename>/usr</filename>, <filename>/var</filename>,
 
58
    <filename>/tmp</filename>, swap
 
59
  </entry>
 
60
</row>
 
61
 
 
62
</tbody></tgroup></informaltable>
 
63
 
 
64
<para>
 
65
 
 
66
On the next screen you will see your partition table, how the
 
67
partitions will be formatted, and where they will be mounted.
 
68
If you did automatic partitioning, you should just be able to choose
 
69
<guimenuitem>Finished partitioning</guimenuitem> from the menu to use
 
70
what it set up.
 
71
 
 
72
</para><para>
 
73
 
 
74
Select partititons from the list to modify or delete them. If you have
 
75
free space it will also show up under a drive, and you can select it
 
76
to create new partitions. When modifying a partition you will have the
 
77
opportunity to choose how to use the partition, the file system to
 
78
use, and where to mount it. The partitioning menu also has a choice at
 
79
the bottom that can be used to automatically partition a drive or
 
80
existing free space on a drive, if you'd rather go that route. Be sure
 
81
to create at least two partitions, one for <emphasis>swap</emphasis>
 
82
and one for the <emphasis>root</emphasis> filesystem (which must be
 
83
mounted as <filename>/</filename>). If you forget to mount the root
 
84
filesystem, <command>partman</command> won't let you continue until
 
85
you correct this issue. However, this situation should not happen,
 
86
because <command>partman</command> by default offers reasonable
 
87
defaults.
 
88
 
 
89
</para><para>
 
90
 
 
91
Capabilities of <command>partman</command> can be extended with
 
92
installer modules, so if you can't see all promised goodies, check if
 
93
you have loaded all required modules
 
94
(e.g. <filename>partman-ext3</filename>,
 
95
<filename>partman-xfs</filename>, or
 
96
<filename>partman-lvm</filename>).
 
97
 
 
98
</para><para>
 
99
 
 
100
After you are satisfied with partitioning, select <guimenuitem>Finished
 
101
partitioning</guimenuitem> from the partitioning menu. You will be
 
102
presented with a summary of changes made to the disks and asked to
 
103
confirm that the filesystems should be created as requested.
 
104
 
 
105
</para>
 
106
   </sect3>