svn commit: r52366 - 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: Mon Oct 15 20:28:09 2018
New Revision: 52366
URL: https://svnweb.freebsd.org/changeset/doc/52366

Log:
  Update to r52077:
  
  Fix the memory disk created from an ISO file mount example by providing the
  missing cd9660 option.

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	Mon Oct 15 18:54:42 2018	(r52365)
+++ head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml	Mon Oct 15 20:28:09 2018	(r52366)
@@ -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: r51815
+     basiert auf: r52077
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -2157,9 +2157,10 @@ scsibus1:
 	<filename>/mnt</filename> einhängen:</para>
 
       <screen>&prompt.root; <userinput>mdconfig -f <replaceable>diskimage.iso</replaceable> -u <replaceable>0</replaceable></userinput>
-&prompt.root; <userinput>mount /dev/md<replaceable>0</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
+&prompt.root; <userinput>mount -t cd9660 /dev/md<replaceable>0</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
 
-      <para>Wenn keine Gerätenummer mit <option>-u</option> angegeben
+      <para>Beachten Sie, dass <option>-t cd9660</option> benutzt
+	wurde, um ein ISO-Format einzuhängen.  Wenn keine Gerätenummer mit <option>-u</option> angegeben
 	ist, wird von &man.md.4; automatisch eine
 	ungenutzte Gerätenummer zugewiesen.  Das zugewiesene Gerät
 	wird auf der Standardausgabe ausgegeben (zum Beispiel

_______________________________________________
[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.