svn commit: r47183 - head/de_DE.ISO8859-1/books/handbook/disks

Bjoern Heidotting <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: bhd
Date: Sat Aug  8 10:48:04 2015
New Revision: 47183
URL: https://svnweb.freebsd.org/changeset/doc/47183

Log:
  Update to r41990:
  Fix newfs and fstab entries to use the partition, not the whole disk.
  
  Approved by:	bcr (mentor)

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

Modified: head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml	Sat Aug  8 10:34:01 2015	(r47182)
+++ head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml	Sat Aug  8 10:48:04 2015	(r47183)
@@ -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: r41895
+     basiert auf: r41990
 -->
 <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>
@@ -216,7 +216,7 @@
     <para>Ein Dateisystem wird auf der neuen, leeren Festplatte
       erstellt:</para>
 
-    <screen>&prompt.root; <userinput>newfs -U /dev/ada1</userinput></screen>
+    <screen>&prompt.root; <userinput>newfs -U /dev/ada1p1</userinput></screen>
 
     <para>Ein leeres Verzeichnis wird als Mountpunkt erstellt, also
       ein Speicherort für die Montage der neuen Festplatte im
@@ -228,7 +228,7 @@
       <filename>/etc/fstab</filename> hinzugefügt, damit die neue
       Festplatte automatisch beim Start eingehängt wird:</para>
 
-    <programlisting>/dev/ada1	/newdisk      ufs   rw	    2	  2</programlisting>
+    <programlisting>/dev/ada1p1	/newdisk      ufs   rw	    2	  2</programlisting>
 
     <para>Die neue Festplatte kann manuell montiert werden, ohne das
       System neu zu starten:</para>

_______________________________________________
[email protected] mailing list
http://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.