Correct the name of the shared folder mount program.
The name of the program to mount the VirtualBox shared folder is mount_vboxvfs instead of mount_vboxfs. Reported by: dgray.cosma@gmail.com (freebsd-doc mailing list)
This commit is contained in:
parent
a94904e317
commit
e8f3c7e3f9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52963
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ EndSection</programlisting>
|
|||
Mount the shared folder from within the guest system like
|
||||
this:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mount_vboxfs -w <replaceable>myshare</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount_vboxvfs -w <replaceable>myshare</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="virtualization-host-virtualbox">
|
||||
|
|
Loading…
Reference in a new issue