- Use mount -t msdosfs instead of mount_msdosfs
PR: docs/115571 Submitted by: lme Approved by: keramida (mentor)
This commit is contained in:
parent
2dce7234c1
commit
0484d71768
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30671
2 changed files with 2 additions and 2 deletions
|
@ -870,7 +870,7 @@ add path 'da*' mode 0660 group operator</programlisting>
|
|||
usually come preformatted with a FAT file system, one can
|
||||
mount them like this:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>mount_msdosfs -m 644 -M 755 /dev/da0s1 /mnt/<replaceable>$USER</replaceable></userinput></screen>
|
||||
<screen>&prompt.user; <userinput>mount -t msdosfs -m 644 -M 755 /dev/da0s1 /mnt/<replaceable>$USER</replaceable></userinput></screen>
|
||||
|
||||
<para>If you unplug the device (the disk must be unmounted
|
||||
before), you should see, in the system message buffer,
|
||||
|
|
|
@ -4042,7 +4042,7 @@ Please press any key to reboot.</screen>
|
|||
This requires you use the &man.mount.msdosfs.8; command
|
||||
with the required parameters. The utility most common usage is:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mount_msdosfs /dev/ad0s1 /mnt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount -t 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