svn commit: r52963 - head/en_US.ISO8859-1/books/handbook/virtualization
Benedict Reuschling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: bcr Date: Sun Apr 28 08:54:15 2019 New Revision: 52963 URL: https://svnweb.freebsd.org/changeset/doc/52963 Log: 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: [email protected] (freebsd-doc mailing list) Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Sat Apr 27 21:58:11 2019 (r52962) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Sun Apr 28 08:54:15 2019 (r52963) @@ -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"> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"