svn commit: r40077 - head/en_US.ISO8859-1/books/faq
Eitan Adler
eadler at FreeBSD.org
Sun Nov 18 16:37:50 UTC 2012
Author: eadler
Date: Sun Nov 18 16:37:50 2012
New Revision: 40077
URL: http://svnweb.freebsd.org/changeset/doc/40077
Log:
Use "msdosfs" as the example instead of UFS.
Submitte by: bjk
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Sun Nov 18 16:37:48 2012 (r40076)
+++ head/en_US.ISO8859-1/books/faq/book.xml Sun Nov 18 16:37:50 2012 (r40077)
@@ -5066,7 +5066,7 @@ C:\="DOS"</programlisting>
<para>If the drive already has a
file system on it, you can use a command like this:</para>
- <screen>&prompt.root; <userinput>mount /dev/da0s1 /mnt</userinput></screen>
+ <screen>&prompt.root; <userinput>mount -t msdosfs /dev/da0s1 /mnt</userinput></screen>
<para>If the drive will only be used with &os;
systems it is better idea to
More information about the svn-doc-all
mailing list