Update mount_msdos(8) to mount_msdosfs(8) to match reality under 5.X,
6.X and above, and reword the things where needed.
This commit is contained in:
parent
226801b592
commit
448ca37564
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28510
1 changed files with 3 additions and 3 deletions
|
@ -4671,10 +4671,10 @@ Please press any key to reboot.</screen>
|
|||
<guimenuitem>System Tools</guimenuitem> menu.</para>
|
||||
|
||||
<para>&os; can support &ms-dos; based file systems. This requires you use
|
||||
the &man.mount.msdos.8; command (in &os; 5.X, the command is &man.mount.msdosfs.8;)
|
||||
with the required parameters. The utilities most common usage is:</para>
|
||||
the &man.mount.msdosfs.8; command
|
||||
with the required parameters. The utility most common usage is:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mount_msdos /dev/ad0s1 /mnt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount_msdosfs /dev/ad0s1 /mnt</userinput></screen>
|
||||
|
||||
<para>In this example, the &ms-dos; file system is located on the first partition of
|
||||
the primary hard disk. Your situation may be different, check the output from
|
||||
|
|
Loading…
Reference in a new issue