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-arm-disk.xml
@ 2008-05-05 20:11 Davide Cendron (scen)
  0 siblings, 0 replies; 2+ messages in thread
From: Davide Cendron (scen) @ 2008-05-05 20:11 UTC (permalink / raw
  To: gentoo-commits

scen        08/05/05 20:11:10

  Modified:             hb-install-arm-disk.xml
  Log:
  Version 6.1, revision 1.9 of EN CVS

Revision  Changes    Path
1.7                  xml/htdocs/doc/it/handbook/hb-install-arm-disk.xml

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

Index: hb-install-arm-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-disk.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-arm-disk.xml	1 Apr 2008 23:14:51 -0000	1.6
+++ hb-install-arm-disk.xml	5 May 2008 20:11:10 -0000	1.7
@@ -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-arm-disk.xml,v 1.6 2008/04/01 23:14:51 scen Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-disk.xml,v 1.7 2008/05/05 20:11:10 scen Exp $ -->
 
 <sections>
 
-<version>6.0</version>
-<date>2008-04-01</date>
+<version>6.1</version>
+<date>2008-05-02</date>
 
 <!-- TODO: Add section about MTD and such -->
 
@@ -38,7 +38,7 @@
 Una partizione <e>primaria</e> è una partizione che ha le sue informazioni
 memorizzate nel MBR (master boot record). Poichè MBR è molto piccolo (512 byte),
 possono essere definite solo quattro partizioni primarie (per esempio, da
-<path>/dev/hda1</path> a <path>/dev/hda4</path>).
+<path>/dev/sda1</path> a <path>/dev/sda4</path>).
 </p>
 
 <p>
@@ -83,19 +83,19 @@
   <th>Descrizione</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>ext2</ti>
   <ti>32M</ti>
   <ti>Partizione di boot</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>(swap)</ti>
   <ti>512M</ti>
   <ti>Partizione swap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>ext3</ti>
   <ti>Resto dello spazio su disco</ti>
   <ti>Partizione root</ti>
@@ -172,13 +172,13 @@
 <pre caption="Esempio di uso del filesystem">
 $ <i>df -h</i>
 Filesystem    Type    Size  Used Avail Use% Mounted on
-/dev/hda5     ext3    509M  132M  351M  28% /
-/dev/hda2     ext3    5.0G  3.0G  1.8G  63% /home
-/dev/hda7     ext3    7.9G  6.2G  1.3G  83% /usr
-/dev/hda8     ext3   1011M  483M  477M  51% /opt
-/dev/hda9     ext3    2.0G  607M  1.3G  32% /var
-/dev/hda1     ext2     51M   17M   31M  36% /boot
-/dev/hda6     swap    516M   12M  504M   2% &lt;not mounted&gt;
+/dev/sda5     ext3    509M  132M  351M  28% /
+/dev/sda2     ext3    5.0G  3.0G  1.8G  63% /home
+/dev/sda7     ext3    7.9G  6.2G  1.3G  83% /usr
+/dev/sda8     ext3   1011M  483M  477M  51% /opt
+/dev/sda9     ext3    2.0G  607M  1.3G  32% /var
+/dev/sda1     ext2     51M   17M   31M  36% /boot
+/dev/sda6     swap    516M   12M  504M   2% &lt;not mounted&gt;
 <comment>(Spazio non partizionato per uso futuro: 2 Gb)</comment>
 </pre>
 
@@ -213,15 +213,15 @@
   <th>Descrizione</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>Partizione di boot</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>Partizione swap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>Partizione root</ti>
 </tr>
 </table>
@@ -239,11 +239,11 @@
 <p>
 <c>fdisk</c> è uno strumento popolare e potente per dividere il disco in
 partizioni. Eseguire <c>fdisk</c> per il proprio disco (nell'esempio si usa
-<path>/dev/hda</path>):
+<path>/dev/sda</path>):
 </p>
 
 <pre caption="Eseguire fdisk">
-# <i>fdisk /dev/hda</i>
+# <i>fdisk /dev/sda</i>
 </pre>
 
 <p>
@@ -261,19 +261,19 @@
 <pre caption="Un esempio di partizionamento">
 Command (m for help): <i>p</i>
 
-Disk /dev/hda: 240 heads, 63 sectors, 2184 cylinders
+Disk /dev/sda: 240 heads, 63 sectors, 2184 cylinders
 Units = cylinders of 15120 * 512 bytes
 
 Device Boot    Start       End    Blocks   Id  System
-/dev/hda1             1        14    105808+  83  Linux
-/dev/hda2            15        49    264600   82  Linux swap
-/dev/hda3            50        70    158760   83  Linux
-/dev/hda4            71      2184  15981840    5  Extended
-/dev/hda5            71       209   1050808+  83  Linux
-/dev/hda6           210       348   1050808+  83  Linux
-/dev/hda7           349       626   2101648+  83  Linux
-/dev/hda8           627       904   2101648+  83  Linux
-/dev/hda9           905      2184   9676768+  83  Linux
+/dev/sda1             1        14    105808+  83  Linux
+/dev/sda2            15        49    264600   82  Linux swap
+/dev/sda3            50        70    158760   83  Linux
+/dev/sda4            71      2184  15981840    5  Extended
+/dev/sda5            71       209   1050808+  83  Linux
+/dev/sda6           210       348   1050808+  83  Linux
+/dev/sda7           349       626   2101648+  83  Linux
+/dev/sda8           627       904   2101648+  83  Linux
+/dev/sda9           905      2184   9676768+  83  Linux
 
 Command (m for help):
 </pre>
@@ -292,7 +292,7 @@
 <p>
 Si procede ora alla rimozione dal disco di tutte le partizioni esistenti.
 Digitare <c>d</c> per eliminare una partizione. Per esempio, per eliminare
-<path>/dev/hda1</path>:
+<path>/dev/sda1</path>:
 </p>
 
 <pre caption="Eliminare una partizione">
@@ -315,7 +315,7 @@
 </p>
 
 <pre caption="Tabella con nessuna partizione">
-Disk /dev/hda: 30.0 GB, 30005821440 bytes
+Disk /dev/sda: 30.0 GB, 30005821440 bytes
 240 heads, 63 sectors/track, 3876 cylinders
 Units = cylinders of 15120 * 512 = 7741440 bytes
 
@@ -365,12 +365,12 @@
 <pre caption="Partizione di boot creata">
 Command (m for help): <i>p</i>
 
-Disk /dev/hda: 30.0 GB, 30005821440 bytes
+Disk /dev/sda: 30.0 GB, 30005821440 bytes
 240 heads, 63 sectors/track, 3876 cylinders
 Units = cylinders of 15120 * 512 = 7741440 bytes
 
 Device Boot    Start       End    Blocks   Id  System
-/dev/hda1          1        14    105808+  83  Linux
+/dev/sda1          1        14    105808+  83  Linux
 </pre>
 
 <p>
@@ -390,7 +390,7 @@
 Si procede ora alla creazione della partizione swap. Per farlo, digitare
 <c>n</c> per creare una nuova partizione, poi <c>p</c> per dire a fdisk che si
 desidera creare una partizione primaria. Digitare <c>2</c> per creare la seconda
-partizione primaria, <path>/dev/hda2</path>. Quando si visualizza il prompt per
+partizione primaria, <path>/dev/sda2</path>. Quando si visualizza il prompt per
 il primo cilindro, premere invio. Quando si visualizza il prompt per l'ultimo
 cilindro, digitare <c>+512M</c> per creare una partizione di 512MB. Dopo aver
 fatto questo, digitare <c>t</c> per impostare il tipo di partizione, <c>2</c>
@@ -402,13 +402,13 @@
 <pre caption="Elenco delle partizioni dopo aver creato la partizione swap">
 Command (m for help): <i>p</i>
 
-Disk /dev/hda: 30.0 GB, 30005821440 bytes
+Disk /dev/sda: 30.0 GB, 30005821440 bytes
 240 heads, 63 sectors/track, 3876 cylinders
 Units = cylinders of 15120 * 512 = 7741440 bytes
 
 Device Boot    Start       End    Blocks   Id  System
-/dev/hda1 *        1        14    105808+  83  Linux
-/dev/hda2         15        81    506520   82  Linux swap
+/dev/sda1 *        1        14    105808+  83  Linux
+/dev/sda2         15        81    506520   82  Linux swap
 </pre>
 
 </body>
@@ -421,7 +421,7 @@
 Si procede ora alla creazione della partizione root. Digitare <c>n</c> per
 creare una nuova partizione, poi <c>p</c> per dire a fdisk che si vuole una
 partizione primaria. Digitare <c>3</c> per creare la terza partizione primaria,
-<path>/dev/hda3</path>. Quando si visualizza il prompt per il primo cilindro,
+<path>/dev/sda3</path>. Quando si visualizza il prompt per il primo cilindro,
 premere invio. Quando si visualizza il prompt per l'ultimo cilindro, premere
 enter per creare una partizione che occupi il resto dello spazio su disco.
 Infine, digitando <c>p</c> si dovrebbe avere una tabella partizionata simile a
@@ -431,14 +431,14 @@
 <pre caption="Elenco delle partizioni dopo aver creato la partizione root">
 Command (m for help): <i>p</i>
 
-Disk /dev/hda: 30.0 GB, 30005821440 bytes
+Disk /dev/sda: 30.0 GB, 30005821440 bytes
 240 heads, 63 sectors/track, 3876 cylinders
 Units = cylinders of 15120 * 512 = 7741440 bytes
 
 Device Boot    Start       End    Blocks   Id  System
-/dev/hda1 *        1        14    105808+  83  Linux
-/dev/hda2         15        81    506520   82  Linux swap
-/dev/hda3         82      3876  28690200   83  Linux
+/dev/sda1 *        1        14    105808+  83  Linux
+/dev/sda2         15        81    506520   82  Linux swap
+/dev/sda3         82      3876  28690200   83  Linux
 </pre>
 
 </body>
@@ -523,12 +523,12 @@
 </table>
 
 <p>
-Per esempio, per avere la partizione di boot (<path>/dev/hda1</path>) ext2 e la
-partizione root (<path>/dev/hda3</path>) ext3, si esegue:</p>
+Per esempio, per avere la partizione di boot (<path>/dev/sda1</path>) ext2 e la
+partizione root (<path>/dev/sda3</path>) ext3, si esegue:</p>
 
 <pre caption="Applicare un filesystem su una partizione">
-# <i>mke2fs /dev/hda1</i>
-# <i>mke2fs -j /dev/hda3</i>
+# <i>mke2fs /dev/sda1</i>
+# <i>mke2fs -j /dev/sda3</i>
 </pre>
 
 <p>
@@ -547,7 +547,7 @@
 </p>
 
 <pre caption="Inizializzare la partizione swap">
-# <i>mkswap /dev/hda2</i>
+# <i>mkswap /dev/sda2</i>
 </pre>
 
 <p>
@@ -555,7 +555,7 @@
 </p>
 
 <pre caption="Attivare la partizione swap">
-# <i>swapon /dev/hda2</i>
+# <i>swapon /dev/sda2</i>
 </pre>
 
 <p>
@@ -578,9 +578,9 @@
 </p>
 
 <pre caption="Montare le partizioni">
-# <i>mount /dev/hda3 /mnt/gentoo</i>
+# <i>mount /dev/sda3 /mnt/gentoo</i>
 # <i>mkdir /mnt/gentoo/boot</i>
-# <i>mount /dev/hda1 /mnt/gentoo/boot</i>
+# <i>mount /dev/sda1 /mnt/gentoo/boot</i>
 </pre>
 
 <note>



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



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

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

ago         12/11/06 11:21:56

  Modified:             hb-install-arm-disk.xml
  Log:
  Version 9, revision 1.15 of EN CVS

Revision  Changes    Path
1.9                  xml/htdocs/doc/it/handbook/hb-install-arm-disk.xml

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

Index: hb-install-arm-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-disk.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-arm-disk.xml	26 Feb 2012 08:35:14 -0000	1.8
+++ hb-install-arm-disk.xml	6 Nov 2012 11:21:56 -0000	1.9
@@ -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-arm-disk.xml,v 1.8 2012/02/26 08:35:14 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-disk.xml,v 1.9 2012/11/06 11:21:56 ago Exp $ -->
 
 <sections>
 
-<version>8</version>
-<date>2011-10-17</date>
+<version>9</version>
+<date>2012-10-06</date>
 
 <!-- TODO: Add section about MTD and such -->
 
@@ -165,7 +165,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>
 
 <p>





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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 11:21 [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-install-arm-disk.xml Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-05 20:11 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