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

« back to all changes in this revision

Viewing changes to da/preparing/nondeb-part/alpha.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: 11648 untranslated -->
 
3
 
 
4
 
 
5
  <sect2 arch="alpha"><title>Partitioning in Tru64 UNIX</title>
 
6
<para>
 
7
 
 
8
Tru64 UNIX, formerly known as Digital UNIX, which is in turn formerly
 
9
known as OSF/1, uses the partitioning scheme similar to the BSD `disk
 
10
label', which allows for up to eight partitions per disk drive.  The
 
11
partitions are numbered `1' through to `8' in
 
12
Linux and ``lettered'' `a' through to `h' in UNIX.
 
13
Linux kernels 2.2 and higher always correspond `1' to
 
14
`a', `2' to `b' and so on.  For
 
15
example, <filename>rz0e</filename> in Tru64 UNIX would most likely be called
 
16
<filename>sda5</filename> in Linux.
 
17
 
 
18
</para><para>
 
19
 
 
20
Partitions in the disk label may overlap.  Moreover, the `c' partition
 
21
is required to span the entire disk (thus overlapping all other
 
22
non-empty partitions).  Under Linux this makes <filename>sda3</filename>
 
23
identical to <filename>sda</filename> (<filename>sdb3</filename> to <filename>sdb</filename>, if
 
24
present, and so on).  Apart from satisfying this requirement, you
 
25
should carefully avoid creating overlapping partitions.
 
26
 
 
27
</para><para>
 
28
 
 
29
Another conventional requirement is for the `a' partition to start from
 
30
the beginning of the disk, so that it always includes the boot block
 
31
with the disk label. If you intend to boot Debian from that disk, you
 
32
need to size it at least 2MB to fit aboot and perhaps a kernel.
 
33
 
 
34
</para><para>
 
35
 
 
36
Note that these two partitions are only required for compatibility;
 
37
you must not put a file system onto them, or you'll destroy data.  If
 
38
you're not going to share the disk with Tru64 Unix or one of the free
 
39
4.4BSD-Lite derived operating systems (FreeBSD, OpenBSD, or NetBSD),
 
40
you can ignore these requirements, and use the partitioning tool from
 
41
the Debian boot disks.  See <xref linkend="partition-programs"/> for details.
 
42
 
 
43
</para><para>
 
44
 
 
45
Disks can be partitioned with the graphical disk configuration tool that
 
46
is accessible through the Application Manager, or with the command-line
 
47
<command>disklabel</command> utility.  Partition type for the Linux file
 
48
system should be set to `resrvd8'.  This can only be done via
 
49
<command>disklabel</command>; however, all other configuration can easily be
 
50
performed with the graphical tool.
 
51
 
 
52
</para><para>
 
53
 
 
54
It is possible, and indeed quite reasonable, to share a swap partition
 
55
between UNIX and Linux.  In this case it will be needed to do a
 
56
<command>mkswap</command> on that partition every time the system is rebooted
 
57
from UNIX into Linux, as UNIX will damage the swap signature.  You may
 
58
want to run <command>mkswap</command> from the Linux start-up scripts before
 
59
adding swap space with <command>swapon -a</command>.
 
60
 
 
61
</para><para>
 
62
 
 
63
If you want to mount UNIX partitions under Linux, note that Digital UNIX
 
64
can use two different file system types, UFS and AdvFS, of which Linux
 
65
only understands the former.
 
66
 
 
67
</para>
 
68
  </sect2>
 
69
 
 
70
  <sect2 arch="alpha"><title>Partitioning in Windows NT</title>
 
71
 
 
72
<para>
 
73
 
 
74
Windows NT uses the PC-style partition table.  If you are manipulating
 
75
existing FAT or NTFS partitions, it is recommended that you use the
 
76
native Windows NT tools (or, more conveniently, you can also
 
77
repartition your disk from the AlphaBIOS setup menu).  Otherwise, it
 
78
is not really necessary to partition from Windows; the Linux
 
79
partitioning tools will generally do a better job.  Note that when you
 
80
run NT, the Disk Administrator may offer you to write a ``harmless
 
81
signature'' on non-Windows disks if you have any.  <emphasis>Never</emphasis> let
 
82
it do that, as this signature will destroy the partition information.
 
83
 
 
84
</para><para>
 
85
 
 
86
If you plan to boot Linux from an ARC/AlphaBIOS/ARCSBIOS console, you
 
87
will need a (small) FAT partition for MILO.  5 Mb is quite
 
88
sufficient.  If Windows NT is installed, its 6 Mb bootstrap partition
 
89
can be employed for this purpose.
 
90
 
 
91
</para>
 
92
  </sect2>