cvs commit: de-docproj/books/faq book.sgml

From: Benedict Reuschling <bcr(at)doc.bsdgroup.de>
Date: Tue, 19 May 2009 20:06:48 GMT

bcr 2009-05-19 20:06:48 UTC

  FreeBSD German Documentation Repository

  Modified files:
    books/faq book.sgml
  Log:
  MFen 1.1108
  mount -t msdos -> mount -t msdosfs
  
  Revision Changes Path
  1.741 +5 -5 de-docproj/books/faq/book.sgml
  
  Index: book.sgml
  ===================================================================
  RCS file: /home/cvs/de-docproj/books/faq/book.sgml,v
  retrieving revision 1.740
  retrieving revision 1.741
  diff -u -I$FreeBSDde.*$ -r1.740 -r1.741
  --- book.sgml 19 May 2009 20:02:51 -0000 1.740
  +++ book.sgml 19 May 2009 20:06:47 -0000 1.741
  @@ -3,9 +3,9 @@
       The FreeBSD German Documentation Project
   
   $FreeBSD$
  -$FreeBSDde: de-docproj/books/faq/book.sgml,v 1.740 2009/05/19 20:02:51 bcr Exp $
  +$FreeBSDde: de-docproj/books/faq/book.sgml,v 1.741 2009/05/19 20:06:47 bcr Exp $
   
  - basiert auf: 1.1107
  + basiert auf: 1.1108
   
   -->
   
  @@ -6029,7 +6029,7 @@
               class="directory">/dev</filename> erstellt, also mounten Sie diese
               einfach:</para>
   
  - <screen>&prompt.root; <userinput>mount -t msdos /dev/da1s5 /dos/e</userinput></screen>
  + <screen>&prompt.root; <userinput>mount -t msdosfs /dev/da1s5 /dos/e</userinput></screen>
           </answer>
         </qandaentry>
   
  @@ -6256,11 +6256,11 @@
               befindet, k&ouml;nnen Sie einen Befehl wie diesen f&uuml;r
               eine Diskette benutzen:</para>
   
  - <screen>&prompt.root; <userinput>mount -t msdos /dev/fd0c /floppy</userinput></screen>
  + <screen>&prompt.root; <userinput>mount -t msdosfs /dev/fd0c /floppy</userinput></screen>
   
             <para>oder diesen:</para>
   
  - <screen>&prompt.root; <userinput>mount -t msdos /dev/da2s4 /zip</userinput></screen>
  + <screen>&prompt.root; <userinput>mount -t msdosfs /dev/da2s4 /zip</userinput></screen>
   
             <para>f&uuml;r eine ZIP-Disk mit der
               Herstellerkonfiguration.</para>
  @@ -6526,7 +6526,7 @@
               ihnen geh&ouml;rt, mounten:</para>
   
             <screen>&prompt.user; <userinput> mkdir <replaceable>~/my-mount-point</replaceable></userinput>
  -&prompt.user; <userinput> mount -t msdos /dev/fd0 <replaceable>~/my-mount-point</replaceable></userinput></screen>
  +&prompt.user; <userinput> mount -t msdosfs /dev/fd0 <replaceable>~/my-mount-point</replaceable></userinput></screen>
   
             <para>Die zur Gruppe <groupname>operator</groupname>
               geh&ouml;renden Benutzer k&ouml;nnen nun
  

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-cvs-doc" in the body of the message
Received on Tue 19 May 2009 - 22:07:02 CEST

search this site