~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to da/preparing/nondeb-part/m68k.xml

  • Committer: joeyh
  • Date: 2005-10-07 19:51:38 UTC
  • Revision ID: vcs-imports@canonical.com-20051007195138-c3d57b2617a79a4f
move manual to top-level directory, split out of debian-installer package

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="m68k"><title>Partitioning in AmigaOS</title>
 
6
<para>
 
7
 
 
8
If you are running AmigaOS, you can use the <command>HDToolBox</command>
 
9
program to adjust your native partitions prior to installation.
 
10
 
 
11
</para>
 
12
  </sect2>
 
13
 
 
14
  <sect2 arch="m68k"><title>Partitioning in Atari TOS</title>
 
15
<para>
 
16
 
 
17
Atari partition IDs are three ASCII characters, use ``LNX'' for data
 
18
and ``SWP'' for swap partitions. If using the low memory installation
 
19
method, a small Minix partition is also needed (about 2 MB), for which
 
20
the partition ID is ``MNX''.  Failure to set the appropriate partition
 
21
IDs not only prevents the Debian installation process from recognizing
 
22
the partitions, but also results in TOS attempting to use the Linux
 
23
partitions, which confuses the hard disk driver and renders the whole
 
24
disk inaccessible.
 
25
 
 
26
</para><para>
 
27
 
 
28
There are a multitude of third party partitioning tools available (the
 
29
Atari <command>harddisk</command> utility doesn't permit changing the
 
30
partition ID); this manual cannot give detailed descriptions for all
 
31
of them. The following description covers <command>SCSITool</command> (from
 
32
Hard+Soft GmBH).
 
33
 
 
34
<orderedlist>
 
35
<listitem><para>
 
36
 
 
37
Start <command>SCSITool</command> and select the disk you want to partition
 
38
(<guimenu>Disk</guimenu> menu, item <guimenuitem>select</guimenuitem>).
 
39
 
 
40
</para></listitem>
 
41
<listitem><para>
 
42
 
 
43
From the <guimenu>Partition</guimenu> menu, select either
 
44
<guimenuitem>New</guimenuitem> to add new partitions or change the
 
45
existing partition sizes, or <guimenuitem>Change</guimenuitem> to
 
46
change one specific partition.  Unless you have already created
 
47
partitions with the right sizes and only want to change the partition
 
48
ID, <guimenuitem>New</guimenuitem> is probably the best choice.
 
49
 
 
50
</para></listitem>
 
51
<listitem><para>
 
52
 
 
53
For the <guimenuitem>New</guimenuitem> choice, select
 
54
<guilabel>existing</guilabel> in the dialog box
 
55
prompting the initial settings. The next window shows a list of
 
56
existing partitions which you can adjust using the scroll buttons, or
 
57
by clicking in the bar graphs. The first column in the partition list
 
58
is the partition type; just click on the text field to edit it.  When
 
59
you are finished changing partition settings, save the changes by
 
60
leaving the window with the <guibutton>OK</guibutton> button.
 
61
 
 
62
</para></listitem>
 
63
<listitem><para>
 
64
 
 
65
For the <guimenuitem>Change</guimenuitem> option, select the partition
 
66
to change in the selection list, and select <guilabel>other
 
67
systems</guilabel> in the dialog box.  The 
 
68
next window lists detailed information about the location of this
 
69
partition, and lets you change the partition ID.  Save changes by
 
70
leaving the window with the <guibutton>OK</guibutton> button.
 
71
 
 
72
</para></listitem>
 
73
<listitem><para>
 
74
 
 
75
Write down the Linux names for each of the partitions you created or
 
76
changed for use with Linux &mdash; see <xref linkend="device-names"/>.
 
77
 
 
78
</para></listitem>
 
79
<listitem><para>
 
80
 
 
81
Quit <command>SCSITool</command> using the
 
82
<guimenuitem>Quit</guimenuitem> item from the <guimenu>File</guimenu>
 
83
menu.  The computer will reboot to make sure the changed partition
 
84
table is used by TOS. If you changed any TOS/GEM partitions, they will
 
85
be invalidated and have to be reinitialized (we told you to back up
 
86
everything on the disk, didn't we?).
 
87
 
 
88
</para></listitem>
 
89
</orderedlist>
 
90
 
 
91
</para><para>
 
92
 
 
93
There is a partitioning tool for Linux/m68k called
 
94
<command>atari-fdisk</command> in the installation system, but for now we
 
95
recommend you partition your disk using a TOS partition editor or some
 
96
disk tool. If your partition editor doesn't have an option to edit the
 
97
partition type, you can do this crucial step at a later stage (from
 
98
the booted temporary install RAMdisk).  <command>SCSITool</command> is only
 
99
one of the partition editors we know of which supports selection of
 
100
arbitrary partition types. There may be others; select the tool that
 
101
suits your needs.
 
102
 
 
103
</para>
 
104
</sect2>
 
105
 
 
106
  <sect2 arch="m68k"><title>Partitioning in MacOS</title>
 
107
<para>
 
108
 
 
109
Partitioning tools for Macintosh tested include <command>pdisk</command>,
 
110
<command>HD SC Setup</command> 7.3.5 (Apple), <command>HDT</command> 1.8 (FWB),
 
111
<command>SilverLining</command> (LaCie), and <command>DiskTool</command> (Tim
 
112
Endres, GPL). Full versions are required for <command>HDT</command> and
 
113
<command>SilverLining</command>. The Apple tool requires a patch in order
 
114
to recognize third-party disks (a description on how to patch <command>HD
 
115
SC Setup</command> using <command>ResEdit</command> can be found at 
 
116
<ulink url="http://www.euronet.nl/users/ernstoud/patch.html"></ulink>).
 
117
 
 
118
</para><para>
 
119
 
 
120
For IDE based Macs, you need to use <command>Apple Drive Setup</command> to create
 
121
empty space for the Linux partitions, and complete the partitioning under
 
122
Linux, or use the MacOS version of pdisk available from the MkLinux FTP
 
123
server.
 
124
 
 
125
</para>
 
126
</sect2>
 
127