svn commit: r48785 - in head/de_DE.ISO8859-1/books/handbook: basics disks

Bjoern Heidotting <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: bhd
Date: Sat May  7 23:21:05 2016
New Revision: 48785
URL: https://svnweb.freebsd.org/changeset/doc/48785

Log:
  Update to r44695:
  
  Move contents of 18.1 to Table 4.3. The contents were duplicate and belong
  in the Basics section.
  Remove diskonchip flash entry as it is no longer included in a supported version.

Modified:
  head/de_DE.ISO8859-1/books/handbook/basics/chapter.xml
  head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/basics/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/basics/chapter.xml	Sat May  7 16:50:39 2016	(r48784)
+++ head/de_DE.ISO8859-1/books/handbook/basics/chapter.xml	Sat May  7 23:21:05 2016	(r48785)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde$
-     basiert auf: r44249
+     basiert auf: r44695
 -->
 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="basics">
   <title>Grundlagen des UNIX Betriebssystems</title>
@@ -2589,7 +2589,7 @@ root     5211  0.0  0.2  3620  1724   2 
 	Nummer, die angibt, um welche Festplatte es sich handelt.
 	Anders als bei Slices werden Festplatten von Null beginnend
 	durchnummeriert.  Gängige Festplatten-Namen sind in
-	<xref linkend="basics-dev-codes"/> aufgeführt.</para>
+	<xref linkend="disks-naming"/> aufgeführt.</para>
 
       <para>Wenn Sie eine Partition angeben, beinhaltet das den
 	Plattennamen, <literal>s</literal>, die Slice-Nummer und den
@@ -2605,7 +2605,7 @@ root     5211  0.0  0.2  3620  1724   2 
 	Slice, erstellen ein Dateisystem oder Auslagerungsbereiche und
 	entscheiden, welche Dateisysteme wo eingehangen werden.</para>
 
-      <table frame="none" pgwide="1" xml:id="basics-dev-codes">
+      <table frame="none" pgwide="1" xml:id="disks-naming">
 	<title>Laufwerk-Codes</title>
 
 	<tgroup cols="2">
@@ -2614,41 +2614,67 @@ root     5211  0.0  0.2  3620  1724   2 
 
 	  <thead>
 	    <row>
-	      <entry>Code</entry>
-
-	      <entry>Bedeutung</entry>
+	      <entry>Laufwerkstyp</entry>
+	      <entry>Gerätename</entry>
 	    </row>
 	  </thead>
 
 	  <tbody>
 	    <row>
-	      <entry><filename>ad</filename></entry>
-
-	      <entry>ATAPI (IDE) Festplatte</entry>
+	      <entry><acronym>IDE</acronym>- und
+		<acronym>SATA</acronym>-Festplatten</entry>
+	      <entry><literal>ad</literal> oder
+		<literal>ada</literal></entry>
 	    </row>
 
 	    <row>
-	      <entry><filename>da</filename></entry>
+	      <entry><acronym>SCSI</acronym>-Festplatten und
+		<acronym>USB</acronym>-Speichermedien</entry>
+	      <entry><literal>da</literal></entry>
+	    </row>
 
-	      <entry>SCSI-Festplatte</entry>
+	    <row>
+	      <entry><acronym>IDE</acronym>- und
+		<acronym>SATA</acronym>-<acronym>CD-ROM</acronym>-Laufwerke</entry>
+	      <entry><literal>acd</literal> oder
+		<literal>cd</literal></entry>
 	    </row>
 
 	    <row>
-	      <entry><filename>acd</filename></entry>
+	      <entry><acronym>SCSI</acronym>-<acronym>CD-ROM</acronym>-Laufwerke</entry>
+	      <entry><literal>cd</literal></entry>
+	    </row>
 
-	      <entry>ATAPI (IDE) CD-ROM</entry>
+	    <row>
+	      <entry>Diskettenlaufwerke</entry>
+	      <entry><literal>fd</literal></entry>
 	    </row>
 
 	    <row>
-	      <entry><filename>cd</filename></entry>
+	      <entry>Verschiedene proprietäre
+		<acronym>CD-ROM</acronym>-Laufwerke</entry>
+	      <entry><literal>mcd</literal> für Mitsumi
+		<acronym>CD-ROM</acronym> und <literal>scd</literal>
+		für Sony <acronym>CD-ROM</acronym></entry>
+	    </row>
 
-	      <entry>SCSI-CD-ROM</entry>
+	    <row>
+	      <entry><acronym>SCSI</acronym>-Bandlaufwerke</entry>
+	      <entry><literal>sa</literal></entry>
 	    </row>
 
 	    <row>
-	      <entry><filename>fd</filename></entry>
+	      <entry><acronym>IDE</acronym>-Bandlaufwerke</entry>
+	      <entry><literal>ast</literal></entry>
+	    </row>
 
-	      <entry>Disketten-Laufwerk</entry>
+	    <row>
+	      <entry>RAID-Laufwerke</entry>
+	      <entry>Beispiele sind <literal>aacd</literal> für
+		&adaptec; AdvancedRAID, <literal>mlxd</literal> für
+		&mylex;, <literal>amrd</literal> für AMI &megaraid;,
+		<literal>idad</literal> für Compaq Smart RAID,
+		<literal>twed</literal> für &tm.3ware; RAID.</entry>
 	    </row>
 	  </tbody>
 	</tgroup>

Modified: head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml	Sat May  7 16:50:39 2016	(r48784)
+++ head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml	Sat May  7 23:21:05 2016	(r48785)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde: de-docproj/books/handbook/disks/chapter.xml,v 1.187 2012/04/26 19:32:48 bcr Exp $
-     basiert auf: r44694
+     basiert auf: r44695
 -->
 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="disks">
   <info><title>Speichermedien</title>
@@ -89,100 +89,6 @@
     </itemizedlist>
   </sect1>
 
-  <sect1 xml:id="disks-naming">
-    <title>Gerätenamen</title>
-
-    <para>Die folgende Tabelle zeigt die von &os; unterstützten
-      Speichergeräte und deren Gerätenamen.</para>
-
-    <table xml:id="disk-naming-physical-table" frame="none">
-      <title>Namenskonventionen von physikalischen Laufwerken</title>
-
-      <tgroup cols="2">
-	<thead>
-	  <row>
-	    <entry>Laufwerkstyp</entry>
-	    <entry>Gerätename</entry>
-	  </row>
-	</thead>
-	<tbody>
-	  <row>
-	    <entry><acronym>IDE</acronym>-Festplatten</entry>
-	    <entry><literal>ad</literal> oder
-	      <literal>ada</literal></entry>
-	  </row>
-
-	  <row>
-	    <entry><acronym>IDE</acronym>-<acronym>CD-ROM</acronym>-Laufwerke</entry>
-	    <entry><literal>acd</literal> oder
-	      <literal>cd</literal></entry>
-	  </row>
-
-	  <row>
-	    <entry><acronym>SATA</acronym>-Festplatten</entry>
-	    <entry><literal>ad</literal> oder
-	      <literal>ada</literal></entry>
-	  </row>
-
-	  <row>
-	    <entry><acronym>SATA</acronym>-<acronym>CD-ROM</acronym>-Laufwerke</entry>
-	    <entry><literal>acd</literal> oder
-	      <literal>cd</literal></entry>
-	  </row>
-
-	  <row>
-	    <entry><acronym>SCSI</acronym>-Festplatten und
-	      <acronym>USB</acronym>-Speichermedien</entry>
-	    <entry><literal>da</literal></entry>
-	  </row>
-
-	  <row>
-	    <entry><acronym>SCSI</acronym>-<acronym>CD-ROM</acronym>-Laufwerke</entry>
-	    <entry><literal>cd</literal></entry>
-	  </row>
-
-	  <row>
-	    <entry>Verschiedene proprietäre <acronym>CD-ROM</acronym>-Laufwerke</entry>
-	    <entry><literal>mcd</literal> für Mitsumi
-	      <acronym>CD-ROM</acronym> und <literal>scd</literal> für
-	      Sony <acronym>CD-ROM</acronym></entry>
-	  </row>
-
-	  <row>
-	    <entry>Diskettenlaufwerke</entry>
-	    <entry><literal>fd</literal></entry>
-	  </row>
-
-	  <row>
-	    <entry><acronym>SCSI</acronym>-Bandlaufwerke</entry>
-	    <entry><literal>sa</literal></entry>
-          </row>
-
-	  <row>
-	    <entry><acronym>IDE</acronym>-Bandlaufwerke</entry>
-	    <entry><literal>ast</literal></entry>
-	  </row>
-
-	  <row>
-	    <entry>Flash-Laufwerke</entry>
-	    <entry><literal>fla</literal> für &diskonchip;
-	      Flash-Device</entry>
-	  </row>
-
-	  <row>
-	    <entry>RAID-Laufwerke</entry>
-	    <entry><literal>aacd</literal> für &adaptec; AdvancedRAID,
-	      <literal>mlxd</literal> und <literal>mlyd</literal>
-	      für &mylex;,
-	      <literal>amrd</literal> für AMI &megaraid;,
-	      <literal>idad</literal> für Compaq Smart RAID,
-	      <literal>twed</literal> für &tm.3ware; RAID.</entry>
-	  </row>
-	</tbody>
-      </tgroup>
-    </table>
-  </sect1>
-
   <sect1 xml:id="disks-adding">
     <info><title>Hinzufügen von Laufwerken</title>
       <authorgroup>

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.