* [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-hppa-disk.xml
@ 2012-08-26 14:05 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2012-08-26 14:05 UTC (permalink / raw
To: gentoo-commits
keytoaster 12/08/26 14:05:45
Modified: hb-install-hppa-disk.xml
Log:
Sync to 1.29.
Revision Changes Path
1.18 xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml?r1=1.17&r2=1.18
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hb-install-hppa-disk.xml 10 Sep 2011 15:03:05 -0000 1.17
+++ hb-install-hppa-disk.xml 26 Aug 2012 14:05:45 -0000 1.18
@@ -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/de/handbook/hb-install-hppa-disk.xml,v 1.17 2011/09/10 15:03:05 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml,v 1.18 2012/08/26 14:05:45 keytoaster Exp $ -->
<sections>
-<version>10.0</version>
-<date>2010-07-19</date>
+<version>12</version>
+<date>2011-10-17</date>
<section>
<title>Einführung in Block Devices</title>
@@ -83,10 +83,19 @@
</ul>
<p>
-Jedoch haben mehrere Partitionen haben einen großen Nachteil: wenn sie nicht
-ordentlich konfiguriert werden, könnte das Resultat ein System sein, welches
-viel Speicherplatz auf der einen Partition und keinen auf einer anderen frei
-hat. Weiterhin gibt es ein 15 Partitionen Limit bei SCSI und SATA.
+Jedoch haben mehrere Partitionen auch Nachteile: Wenn sie nicht ordentlich
+konfiguriert werden, werden Sie ein System haben, das viel Speicherplatz auf
+der einen Partition und keinen auf einer anderen frei hat. Ein weiteres
+Ärgernis ist, dass separate Partitionen - insbesondere für wichtige
+Einhängepunkte wie <path>/usr</path> oder <path>/var</path> - es häufig
+erforderlich machen, dass mit einem initramfs gebootet wird, das die Partitionen
+mountet, bevor andere Boot-Skripte starten. Das ist jedoch nicht immer nötig,
+daher treffen Sie diese Entscheidung bitte selbst.
+</p>
+
+<p>
+Es gibt weiterhin ein Limit von 15 Partitionen bei SCSI und SATA, sofern Sie
+keine GPT-Labels verwenden.
</p>
</body>
@@ -195,11 +204,15 @@
</tr>
<tr>
<ti>ext2</ti>
- <ti><c>mke2fs</c></ti>
+ <ti><c>mkfs.ext2</c></ti>
</tr>
<tr>
<ti>ext3</ti>
- <ti><c>mke2fs -j</c></ti>
+ <ti><c>mkfs.ext3</c></ti>
+</tr>
+<tr>
+ <ti>ext4</ti>
+ <ti><c>mkfs.ext4</c></ti>
</tr>
<tr>
<ti>reiserfs</ti>
@@ -223,8 +236,8 @@
</p>
<pre caption="Eine Partition mit einem Dateisystem formatieren">
-# <i>mke2fs /dev/sda2</i>
-# <i>mke2fs -j /dev/sda4</i>
+# <i>mkfs.ext2 /dev/sda2</i>
+# <i>mkfs.ext3 /dev/sda4</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-hppa-disk.xml
@ 2013-02-23 20:25 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2013-02-23 20:25 UTC (permalink / raw
To: gentoo-commits
keytoaster 13/02/23 20:25:03
Modified: hb-install-hppa-disk.xml
Log:
Sync to 1.31.
Revision Changes Path
1.19 xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml?r1=1.18&r2=1.19
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-hppa-disk.xml 26 Aug 2012 14:05:45 -0000 1.18
+++ hb-install-hppa-disk.xml 23 Feb 2013 20:25:03 -0000 1.19
@@ -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/de/handbook/hb-install-hppa-disk.xml,v 1.18 2012/08/26 14:05:45 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml,v 1.19 2013/02/23 20:25:03 keytoaster Exp $ -->
<sections>
-<version>12</version>
-<date>2011-10-17</date>
+<version>14</version>
+<date>2013-02-23</date>
<section>
<title>Einführung in Block Devices</title>
@@ -141,9 +141,9 @@
<pre caption="Ein einfaches Standard-Partitionsschema">
# <i>cat /etc/fstab</i>
-/dev/sda2 /boot ext3 noauto,noatime 1 1
+/dev/sda2 /boot ext2 noauto,noatime 1 1
/dev/sda3 none swap sw 0 0
-/dev/sda4 / ext3 noatime 0 0
+/dev/sda4 / ext4 noatime 0 0
# <i>fdisk /dev/sda</i>
@@ -229,15 +229,15 @@
</table>
<p>
-Um z.B. die Boot Partition (<path>/dev/sda1</path> in unserem Beispiel) als
-ext2 und die Root Partition (<path>/dev/sda3</path> in unserem Beispiel) als
-ext3 (wie in unserem Beispiel) zu formatieren, führen Sie folgende Befehle
+Um z.B. die Boot-Partition (<path>/dev/sda1</path> in unserem Beispiel) als
+ext2 und die Root-Partition (<path>/dev/sda3</path> in unserem Beispiel) als
+ext4 (wie in unserem Beispiel) zu formatieren, führen Sie folgende Befehle
aus:
</p>
<pre caption="Eine Partition mit einem Dateisystem formatieren">
# <i>mkfs.ext2 /dev/sda2</i>
-# <i>mkfs.ext3 /dev/sda4</i>
+# <i>mkfs.ext4 /dev/sda4</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-hppa-disk.xml
@ 2011-09-10 15:03 Tobias Heinlein (keytoaster)
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2011-09-10 15:03 UTC (permalink / raw
To: gentoo-commits
keytoaster 11/09/10 15:03:05
Modified: hb-install-hppa-disk.xml
Log:
Sync to 1.27
Revision Changes Path
1.17 xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml?r1=1.16&r2=1.17
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hb-install-hppa-disk.xml 3 Aug 2008 12:17:44 -0000 1.16
+++ hb-install-hppa-disk.xml 10 Sep 2011 15:03:05 -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/de/handbook/hb-install-hppa-disk.xml,v 1.16 2008/08/03 12:17:44 grahl Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-hppa-disk.xml,v 1.17 2011/09/10 15:03:05 keytoaster Exp $ -->
<sections>
-<version>9.1</version>
-<date>2008-04-01</date>
+<version>10.0</version>
+<date>2010-07-19</date>
<section>
<title>Einführung in Block Devices</title>
@@ -23,10 +23,10 @@
<body>
<p>
-Obwohl es theoretisch möglich ist eine ganze Festplatte zu nutzen, um Ihr Linux
+Obwohl es theoretisch möglich ist, eine ganze Festplatte zu nutzen, um Ihr Linux
System zu beherbergen, wird dies in der Praxis so gut wie nie gemacht.
Stattdessen werden komplette Festplatten Block Devices in kleinere, besser
-verwaltbare Block Devices unterteilt. Sie werden <e>Partitionen</e> genant.
+verwaltbare Block Devices unterteilt. Sie werden <e>Partitionen</e> genannt.
Andere Architekturen nutzen eine ähnliche Technik, dort werden Sie
<e>Slices</e> genannt.
</p>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-23 20:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26 14:05 [gentoo-commits] gentoo commit in xml/htdocs/doc/de/handbook: hb-install-hppa-disk.xml Tobias Heinlein (keytoaster)
-- strict thread matches above, loose matches on Subject: below --
2013-02-23 20:25 Tobias Heinlein (keytoaster)
2011-09-10 15:03 Tobias Heinlein (keytoaster)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox