MFen: use "mount -t msdosfs" instead of the deprecated "msdos" type

1.50 -> 1.51	 en_US.ISO8859-1/articles/new-users/article.sgml
1.1107 -> 1.1108 en_US.ISO8859-1/books/faq/book.sgml
This commit is contained in:
Giorgos Keramidas 2009-01-28 08:51:53 +00:00
parent dfe9966e3f
commit dea9a75ac9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33765
2 changed files with 5 additions and 5 deletions

View file

@ -658,7 +658,7 @@
και δώστε</para> και δώστε</para>
<informalexample> <informalexample>
<screen>&prompt.root; <userinput>/sbin/mount -t msdos /dev/fd0 /mnt</></screen> <screen>&prompt.root; <userinput>/sbin/mount -t msdosfs /dev/fd0 /mnt</></screen>
</informalexample> </informalexample>
<para>για να συνδέσετε (mount) την δισκέττα με τον κατάλογο <para>για να συνδέσετε (mount) την δισκέττα με τον κατάλογο

View file

@ -5581,7 +5581,7 @@ use "disklabel -r" to install initial label</screen>
<screen>&prompt.root; <userinput>cd /dev</userinput> <screen>&prompt.root; <userinput>cd /dev</userinput>
&prompt.root; <userinput>sh MAKEDEV da1s5</userinput> &prompt.root; <userinput>sh MAKEDEV da1s5</userinput>
&prompt.root; <userinput>mount -t msdos /dev/da1s5 /dos/e</userinput></screen> &prompt.root; <userinput>mount -t msdosfs /dev/da1s5 /dos/e</userinput></screen>
<note> <note>
<para>You can omit this step if you are running FreeBSD <para>You can omit this step if you are running FreeBSD
@ -5783,11 +5783,11 @@ C:\="DOS"</programlisting>
<para>If it is a ZIP drive or a floppy, you have already got a DOS <para>If it is a ZIP drive or a floppy, you have already got a DOS
filesystem on it, you can use a command like this:</para> filesystem on it, you can use a command like this:</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>if it is a floppy, or this:</para> <para>if it is a floppy, or this:</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>for a ZIP disk with the factory configuration.</para> <para>for a ZIP disk with the factory configuration.</para>
@ -6019,7 +6019,7 @@ perm /dev/acd0 0660</programlisting>
own:</para> own:</para>
<screen>&prompt.user; <userinput>mkdir ~/my-mount-point</userinput> <screen>&prompt.user; <userinput>mkdir ~/my-mount-point</userinput>
&prompt.user; <userinput>mount -t msdos /dev/fd0 ~/my-mount-point</userinput></screen> &prompt.user; <userinput>mount -t msdosfs /dev/fd0 ~/my-mount-point</userinput></screen>
<para>Users in group <groupname>operator</groupname> can now <para>Users in group <groupname>operator</groupname> can now
mount the CDROM <devicename>/dev/acd0c</devicename> onto a mount the CDROM <devicename>/dev/acd0c</devicename> onto a