public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-install-mips-disk.xml
@ 2008-05-05 20:25 Davide Cendron (scen)
  0 siblings, 0 replies; 3+ messages in thread
From: Davide Cendron (scen) @ 2008-05-05 20:25 UTC (permalink / raw
  To: gentoo-commits

scen        08/05/05 20:25:06

  Modified:             hb-install-mips-disk.xml
  Log:
  Version 3.1, revision 1.26 of EN CVS

Revision  Changes    Path
1.17                 xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml?r1=1.16&r2=1.17

Index: hb-install-mips-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hb-install-mips-disk.xml	1 Apr 2008 23:14:51 -0000	1.16
+++ hb-install-mips-disk.xml	5 May 2008 20:25:06 -0000	1.17
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml,v 1.16 2008/04/01 23:14:51 scen Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml,v 1.17 2008/05/05 20:25:06 scen Exp $ -->
 
 <sections>
 
-<version>3.0</version>
-<date>2008-04-01</date>
+<version>3.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Introduzione ai dispositivi a blocchi</title>
@@ -270,7 +270,7 @@
 
 <ul>
   <li>
-    Cobalt firmware si aspetterà che <path>/dev/hda1</path> sia una partizione
+    Cobalt firmware si aspetterà che <path>/dev/sda1</path> sia una partizione
     Linux formattata <e>EXT2 Revision 0</e>. <e>EXT2 Revision 1 partizioni non
     funzioneranno!</e> (Il Cobalt BOOTROM comprende solo EXT2r0)
   </li>
@@ -288,13 +288,13 @@
 </p>
 
 <p>
-Si assume che sia stata creato <path>/dev/hda1</path> da montare successivamente
+Si assume che sia stata creato <path>/dev/sda1</path> da montare successivamente
 come partizione di <path>/boot</path>. Se si desidera renderla come
 <path>/</path>, si dovranno ricordare le aspettative di PROM.
 </p>
 
 <p>
-Per creare le partizioni digitare <c>fdisk /dev/hda</c> al prompt. I principali
+Per creare le partizioni digitare <c>fdisk /dev/sda</c> al prompt. I principali
 comandi che si devono sapere sono questi:
 </p>
 
@@ -317,7 +317,7 @@
 </ul>
 
 <pre caption="Partizionare il disco">
-# <i>fdisk /dev/hda</i>
+# <i>fdisk /dev/sda</i>
 
 The number of cylinders for this disk is set to 19870.
 There is nothing wrong with that, but this is larger than 1024,
@@ -345,7 +345,7 @@
 
 Command (m for help): <i>p</i>
 
-Disk /dev/hda: 10.2 GB, 10254827520 bytes
+Disk /dev/sda: 10.2 GB, 10254827520 bytes
 16 heads, 63 sectors/track, 19870 cylinders
 Units = cylinders of 1008 * 512 = 516096 bytes
 
@@ -368,12 +368,12 @@
 <comment>(se si digita 'p', si vede la nuova partizione)</comment>
 Command (m for help): <i>p</i>
 
-Disk /dev/hda: 10.2 GB, 10254827520 bytes
+Disk /dev/sda: 10.2 GB, 10254827520 bytes
 16 heads, 63 sectors/track, 19870 cylinders
 Units = cylinders of 1008 * 512 = 516096 bytes
 
    Device Boot      Start         End      Blocks   Id  System
-/dev/hda1               1          40       20128+  83  Linux
+/dev/sda1               1          40       20128+  83  Linux
 
 <comment>(Si è preferito mettere una partizione estesa)</comment>
 
@@ -422,19 +422,19 @@
 
 Command (m for help): <i>p</i>
 
-Disk /dev/hda: 10.2 GB, 10254827520 bytes
+Disk /dev/sda: 10.2 GB, 10254827520 bytes
 16 heads, 63 sectors/track, 19870 cylinders
 Units = cylinders of 1008 * 512 = 516096 bytes
 
 Device Boot      Start         End      Blocks      ID  System
-/dev/hda1               1          21       10552+  83  Linux
-/dev/hda2              22       19870    10003896    5  Extended
-/dev/hda5              22        1037      512032+  83  Linux
-/dev/hda6            1038        5101     2048224+  83  Linux
-/dev/hda7            5102        9165     2048224+  83  Linux
-/dev/hda8            9166       13229     2048224+  83  Linux
-/dev/hda9           13230       17293     2048224+  83  Linux
-/dev/hda10          17294       19870     1298776+  83  Linux
+/dev/sda1               1          21       10552+  83  Linux
+/dev/sda2              22       19870    10003896    5  Extended
+/dev/sda5              22        1037      512032+  83  Linux
+/dev/sda6            1038        5101     2048224+  83  Linux
+/dev/sda7            5102        9165     2048224+  83  Linux
+/dev/sda8            9166       13229     2048224+  83  Linux
+/dev/sda9           13230       17293     2048224+  83  Linux
+/dev/sda10          17294       19870     1298776+  83  Linux
 
 <comment>(La partizione swap, la #10, è ancora di tipo 83)</comment>
 
@@ -447,19 +447,19 @@
 
 Command (m for help): <i>p</i>
 
-Disk /dev/hda: 10.2 GB, 10254827520 bytes
+Disk /dev/sda: 10.2 GB, 10254827520 bytes
 16 heads, 63 sectors/track, 19870 cylinders
 Units = cylinders of 1008 * 512 = 516096 bytes
 
 Device Boot      Start         End      Blocks      ID  System
-/dev/hda1               1          21       10552+  83  Linux
-/dev/hda2              22       19870    10003896    5  Extended
-/dev/hda5              22        1037      512032+  83  Linux
-/dev/hda6            1038        5101     2048224+  83  Linux
-/dev/hda7            5102        9165     2048224+  83  Linux
-/dev/hda8            9166       13229     2048224+  83  Linux
-/dev/hda9           13230       17293     2048224+  83  Linux
-/dev/hda10          17294       19870     1298776+  82  Linux Swap
+/dev/sda1               1          21       10552+  83  Linux
+/dev/sda2              22       19870    10003896    5  Extended
+/dev/sda5              22        1037      512032+  83  Linux
+/dev/sda6            1038        5101     2048224+  83  Linux
+/dev/sda7            5102        9165     2048224+  83  Linux
+/dev/sda8            9166       13229     2048224+  83  Linux
+/dev/sda9           13230       17293     2048224+  83  Linux
+/dev/sda10          17294       19870     1298776+  82  Linux Swap
 
 <comment>(Salvare la nuova tabella di partizioni)</comment>
 
@@ -553,10 +553,10 @@
 </p>
 
 <warn>
-Se si sta installando su un server Cobalt, ricordare che <path>/dev/hda1</path>
+Se si sta installando su un server Cobalt, ricordare che <path>/dev/sda1</path>
 deve essere di tipo <e>EXT2 revision 0</e>; le altre (EXT2 revision 1, EXT3,
 ReiserFS, XFS, JFS) <e>non funzioneranno</e>. Si può formattare la partizione
-usando il comando <c>mke2fs -r 0 /dev/hda1</c>.
+usando il comando <c>mke2fs -r 0 /dev/sda1</c>.
 </warn>
 
 </body>
@@ -625,4 +625,4 @@
 
 </body>
 </section>
-</sections>
\ No newline at end of file
+</sections>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-install-mips-disk.xml
@ 2010-07-29 19:08 Davide Cendron (scen)
  0 siblings, 0 replies; 3+ messages in thread
From: Davide Cendron (scen) @ 2010-07-29 19:08 UTC (permalink / raw
  To: gentoo-commits

scen        10/07/29 19:08:04

  Modified:             hb-install-mips-disk.xml
  Log:
  Version 4.0, revision 1.28 of EN CVS

Revision  Changes    Path
1.18                 xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml?r1=1.17&r2=1.18

Index: hb-install-mips-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hb-install-mips-disk.xml	5 May 2008 20:25:06 -0000	1.17
+++ hb-install-mips-disk.xml	29 Jul 2010 19:08:03 -0000	1.18
@@ -4,12 +4,17 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml,v 1.17 2008/05/05 20:25:06 scen Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml,v 1.18 2010/07/29 19:08:03 scen Exp $ -->
 
 <sections>
 
-<version>3.1</version>
-<date>2008-05-02</date>
+<abstract>
+Per poter installare Gentoo, bisogna creare le partizioni necessarie. Questo
+capitolo descrive come partizionare un disco per un suo successivo utilizzo.
+</abstract>
+
+<version>4.0</version>
+<date>2010-07-27</date>
 
 <section>
 <title>Introduzione ai dispositivi a blocchi</title>






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-install-mips-disk.xml
@ 2012-11-06 11:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-06 11:27 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/06 11:27:17

  Modified:             hb-install-mips-disk.xml
  Log:
  Version 8, revision 1.32 of EN CVS

Revision  Changes    Path
1.20                 xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml?r1=1.19&r2=1.20

Index: hb-install-mips-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hb-install-mips-disk.xml	26 Feb 2012 08:35:15 -0000	1.19
+++ hb-install-mips-disk.xml	6 Nov 2012 11:27:17 -0000	1.20
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml,v 1.19 2012/02/26 08:35:15 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-disk.xml,v 1.20 2012/11/06 11:27:17 ago Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 capitolo descrive come partizionare un disco per un suo successivo utilizzo.
 </abstract>
 
-<version>7</version>
-<date>2011-10-17</date>
+<version>8</version>
+<date>2012-10-06</date>
 
 <section>
 <title>Introduzione ai dispositivi a blocchi</title>
@@ -91,7 +91,7 @@
 <path>/usr</path> o <path>/var</path> - spesso richiedo all'amministratore di
 avviare il sistema con un initramfs per montare le partizioni stesse prima che
 altri script di avvio siano eseguiti. Tuttavia questo non accade sempre, perciò
-occore valutare i singoli casi.
+il risultato può essere vario.
 </p>
 
 </body>





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-06 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 11:27 [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-install-mips-disk.xml Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-29 19:08 Davide Cendron (scen)
2008-05-05 20:25 Davide Cendron (scen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox