Use "msdosfs" as the example instead of UFS.
Submitte by: bjk Approved by: bcr (mentor)
This commit is contained in:
parent
6ea4a1119d
commit
0ebc37d043
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40077
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue