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

« back to all changes in this revision

Viewing changes to it/partitioning/partition/sparc.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
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!-- retain these comments for translator revision tracking -->
 
3
<!-- original version: 11648 -->
 
4
 
 
5
 
 
6
<!--
 
7
  <sect2 arch="sparc"><title>Partitioning for &arch-title;</title>
 
8
<para>
 
9
-->
 
10
 
 
11
  <sect2 arch="sparc"><title>Partizionare per &arch-title;</title>
 
12
<para>
 
13
 
 
14
<!--
 
15
Make sure you create a <quote>Sun disk label</quote> on your boot disk.  This is
 
16
the only kind of partition scheme that the OpenBoot PROM understands,
 
17
and so it's the only scheme from which you can boot.  The
 
18
<keycap>s</keycap> key is used in <command>fdisk</command> to
 
19
create Sun disk labels.
 
20
-->
 
21
 
 
22
Assicurarsi di creare un <quote>disk label Sun</quote> sul proprio
 
23
disco di avvio. Questo � l'unico schema di partizionamento gestito
 
24
dall'OpenBoot PROM, quindi � l'unico utilizzabile. Il tasto
 
25
<keycap>s</keycap> pu� essere utilizzato in <command>fdisk</command>
 
26
per creare disk label Sun.
 
27
 
 
28
</para><para>
 
29
 
 
30
<!--
 
31
Furthermore, on &arch-title; disks, make sure your first partition on
 
32
your boot disk starts at cylinder 0.  While this is required, it also
 
33
means that the first partition will contain the partition table and
 
34
the boot block, which are the first two sectors of the disk.  You must
 
35
<emphasis>not</emphasis> put swap on the first partition of the boot
 
36
drive, since swap partitions do not preserve the first few sectors of
 
37
the partition.  You can put Ext2 or UFS partitions there; these will
 
38
leave the partition table and the boot block alone.
 
39
-->
 
40
 
 
41
Inoltre, a proposito dei dischi &arch-title;, occorre assicurarsi che
 
42
la prima partizione sul disco di avvio inizi al cilindro 0. Ci�
 
43
significa anche che la prima partizione conterr� la tabella delle partizioni
 
44
e il blocco di avvio, che occupano i primi due settori del disco.
 
45
<emphasis>Non</emphasis> si deve mettere lo swap sulla prima partizione del
 
46
disco di avvio, perch� le partizioni di swap non conservano i primi settori
 
47
della partizione. � possibile invece usare partizioni ext2 o UFS, visto che
 
48
queste non alterano la tabella delle partizioni e il blocco di avvio.
 
49
 
 
50
</para><para>
 
51
 
 
52
<!--
 
53
It is also advised that the third partition should be of type <quote>Whole
 
54
disk</quote> (type 5), and contain the entire disk (from the first cylinder
 
55
to the last).  This is simply a convention of Sun disk labels, and
 
56
helps the <command>SILO</command> boot loader keep its bearings.
 
57
-->
 
58
 
 
59
� anche consigliabile che la terza partizione sia di tipo <quote>Whole
 
60
disk</quote> (tipo 5) e contenga l'intero disco (dal primo all'ultimo
 
61
cilindro). Questa � semplicemente una convenzione dei disk label Sun
 
62
per aiutare il boot loader <command>SILO</command> a svolgere
 
63
il proprio compito.
 
64
 
 
65
</para>
 
66
  </sect2>