~psusi/ubuntu/precise/installation-guide/partitions

« back to all changes in this revision

Viewing changes to da/partitioning/partition-programs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-25 10:28:30 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100625102830-nvfcrroep8mvhkeo
Tags: 20100518ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, armel, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document pkgsel/update-policy.
  - Document preseeding user-setup's home directory encryption facility.
  - Improve examples of tasksel/first preseeding to avoid mentioning
    standard, which is installed by default.
  - Document partman-auto-lvm/guided_size.
  - Document scheme for preseeding the use of CC.archive.ubuntu.com
    mirrors.
  - Document pkgsel/updatedb.
  - Document partman/default_filesystem.
  - Document how to override the weak password check.
  - Remove comments about automatic installation methods that have been
    removed from Ubuntu.
  - Remove documentation of
    base-installer/kernel/linux/initramfs-generators; setting this to
    anything other than the default will cause the installer to fail.
* Adjust list of armel architectures for Ubuntu.
* Bump kernelversion to 2.6.35.
* Bump release version and names for Maverick.
* Update Canonical's copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 11648 untranslated -->
3
 
 
4
 
 <sect1 id="partition-programs">
5
 
 <title>Debian Partitioning Programs</title>
6
 
<para>
7
 
 
8
 
Several varieties of partitioning programs have been adapted by Debian
9
 
developers to work on various types of hard disks and computer
10
 
architectures. Following is a list of the program(s) applicable for
11
 
your architecture.
12
 
 
13
 
</para>
14
 
 
15
 
<variablelist>
16
 
 
17
 
<varlistentry>
18
 
<term><command>partman</command></term>
19
 
<listitem><para>
20
 
 
21
 
Recommended partitioning tool in Debian. This swiss army knife can
22
 
also create filesystems <phrase arch="x86"> (<quote>format</quote> in
23
 
Windows speak) </phrase> and assign them to the mountpoints.
24
 
 
25
 
</para></listitem>
26
 
</varlistentry>
27
 
 
28
 
<varlistentry condition="fdisk.txt">
29
 
<term><command>fdisk</command></term>
30
 
<listitem><para>
31
 
 
32
 
 The original Linux disk partitioner, good for gurus; read the 
33
 
<ulink url="fdisk.txt">fdisk manual page</ulink> .
34
 
 
35
 
</para><para>
36
 
 
37
 
Be careful if you have existing FreeBSD partitions on your machine.
38
 
The installation kernels include support for these partitions, but the
39
 
way that <command>fdisk</command> represents them (or not) can make the
40
 
device names differ.  See the 
41
 
<ulink url="&url-linux-freebsd;">Linux+FreeBSD HOWTO</ulink>
42
 
 
43
 
</para></listitem>
44
 
</varlistentry>
45
 
 
46
 
<varlistentry condition="cfdisk.txt">
47
 
<term><command>cfdisk</command></term>
48
 
<listitem><para>
49
 
 
50
 
A simple-to-use, full-screen disk partitioner for the rest of us; read
51
 
the <ulink url="cfdisk.txt">cfdisk manual page</ulink>.
52
 
 
53
 
</para><para>
54
 
 
55
 
Note that <command>cfdisk</command> doesn't understand FreeBSD
56
 
partitions at all, and, again, device names may differ as a result.
57
 
 
58
 
</para></listitem>
59
 
</varlistentry>
60
 
 
61
 
<varlistentry condition="atari-fdisk.txt">
62
 
<term><command>atari-fdisk</command></term>
63
 
<listitem><para>
64
 
 
65
 
Atari-aware version of <command>fdisk</command>; read the 
66
 
<ulink url="atari-fdisk.txt">atari-fdisk manual page</ulink>.
67
 
 
68
 
</para></listitem>
69
 
</varlistentry>
70
 
 
71
 
<varlistentry condition="amiga-fdisk.txt">
72
 
<term><command>amiga-fdisk</command></term>
73
 
<listitem><para>
74
 
 
75
 
Amiga-aware version of <command>fdisk</command>; read the 
76
 
<ulink url="amiga-fdisk.txt">amiga-fdisk manual page</ulink>.
77
 
 
78
 
</para></listitem>
79
 
</varlistentry>
80
 
 
81
 
<varlistentry condition="mac-fdisk.txt">
82
 
<term><command>mac-fdisk</command></term>
83
 
<listitem><para>
84
 
 
85
 
Mac-aware version of <command>fdisk</command>; read the 
86
 
<ulink url="mac-fdisk.txt">mac-fdisk manual page</ulink>.
87
 
 
88
 
</para></listitem>
89
 
</varlistentry>
90
 
 
91
 
<varlistentry condition="pmac-fdisk.txt">
92
 
<term><command>pmac-fdisk</command></term>
93
 
<listitem><para>
94
 
 
95
 
PowerMac-aware version of <command>fdisk</command>, also used by BVM
96
 
and Motorola VMEbus systems; read the 
97
 
<ulink url="pmac-fdisk.txt">pmac-fdisk manual page</ulink>.
98
 
 
99
 
</para></listitem>
100
 
</varlistentry>
101
 
 
102
 
<varlistentry condition="fdasd.txt">
103
 
<term><command>fdasd</command></term>
104
 
<listitem><para>
105
 
 
106
 
&arch-title; version of <command>fdisk</command>; Please read the
107
 
<ulink url="fdasd.txt">fdasd manual page</ulink> or chapter 13 in
108
 
<ulink url="http://oss.software.ibm.com/developerworks/opensource/linux390/docu/l390dd08.pdf">
109
 
Device Drivers and Installation Commands</ulink> for details. 
110
 
 
111
 
</para></listitem>
112
 
</varlistentry>
113
 
</variablelist>
114
 
 
115
 
<para>
116
 
 
117
 
One of these programs will be run by default when you select
118
 
<guimenuitem>Partition a Hard Disk</guimenuitem>.  If the one which is run by default isn't
119
 
the one you want, quit the partitioner, go to the shell
120
 
(<userinput>tty2</userinput>) by pressing <keycap>Alt</keycap>
121
 
and <keycap>F2</keycap> keys together, and manually type in the
122
 
name of the program you want to use (and arguments, if any).  Then
123
 
skip the <guimenuitem>Partition a Hard Disk</guimenuitem> step in
124
 
<command>debian-installer</command> and continue to the next step.
125
 
 
126
 
</para><para>
127
 
 
128
 
If you will be working with more than 20 partitions on your ide disk,
129
 
you will need to create devices for partitions 21 and beyond. The next
130
 
step of initializing the partition will fail unless a proper device is
131
 
present. As an example, here are commands you can use in
132
 
<userinput>tty2</userinput> or under Execute A Shell to add a device
133
 
so the 21st partition can be initialized:
134
 
 
135
 
<informalexample><screen>
136
 
cd /dev
137
 
mknod hda21 b 3 21 
138
 
chgrp disk hda21
139
 
chmod 660 hda21
140
 
</screen></informalexample>
141
 
 
142
 
Booting into the new system will fail unless proper devices are present
143
 
on the target system. After installing the kernel and modules, execute:
144
 
 
145
 
<informalexample><screen>
146
 
cd /target/dev
147
 
mknod hda21 b 3 21 
148
 
chgrp disk hda21
149
 
chmod 660 hda21
150
 
</screen></informalexample>
151
 
 
152
 
</para><para arch="x86">
153
 
 
154
 
Remember to mark your boot partition as ``Bootable''. 
155
 
 
156
 
</para><para condition="mac-fdisk.txt">
157
 
 
158
 
See the 
159
 
<ulink url="mac-fdisk.txt">mac-fdisk manual page</ulink> for
160
 
information on how to create partitions.  One key point, is that the
161
 
swap partition is identified on Mac type disks by its name; it must be
162
 
named `swap'. All Mac linux partitions are the same partition type, 
163
 
Apple_UNIX_SRV2. Please read the fine manual. We also suggest reading the 
164
 
<ulink url="&url-mac-fdisk-tutorial;">mac-fdisk Tutorial</ulink>, which
165
 
includes steps you should take if you are sharing your disk with
166
 
MacOS.  
167
 
 
168
 
</para>
169
 
 
170
 
&partition-alpha.xml;
171
 
&partition-hppa.xml;
172
 
&partition-x86.xml;
173
 
&partition-ia64.xml;
174
 
&partition-mips.xml;
175
 
&partition-powerpc.xml;
176
 
&partition-sparc.xml;
177
 
 
178
 
 </sect1>
179
 
 
180
 
 
181
 
 
182