VirtualBox

Changeset 75946 in vbox


Ignore:
Timestamp:
Dec 4, 2018 1:10:12 PM (6 years ago)
Author:
vboxsync
Message:

VBoxService,manual: Use /media on solaris too (11 has it, on 10 we create it).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_GuestAdditions.xml

    r75473 r75946  
    14901490            <emphasis role="bold">Linux and Solaris guests:</emphasis>
    14911491            Folders are mounted under the <computeroutput>/media</computeroutput>
    1492             directory on Linux and <computeroutput>/mnt</computeroutput> on
    1493             Solaris.  The folder name is normalized (no spaces, slashes,
     1492            directory.  The folder name is normalized (no spaces, slashes,
    14941493            colons) and prefixed with <computeroutput>sf_</computeroutput>.
    14951494            Say you have a shared folder called <computeroutput>myfiles</computeroutput>
    1496             it will appear as <computeroutput>/media/sf_myfiles</computeroutput>
    1497             in a Linux guest and <computeroutput>/mnt/sf_myfiles</computeroutput>
    1498             in a Solaris one.
     1495            it will appear as <computeroutput>/media/sf_myfiles</computeroutput> in the guest.
    14991496          </para>
    15001497
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp

    r75858 r75946  
    8888 */
    8989#ifndef VBOXSERVICE_AUTOMOUNT_DEFAULT_DIR
    90 # ifdef RT_OS_SOLARIS
    91 #  define VBOXSERVICE_AUTOMOUNT_DEFAULT_DIR      "/mnt"
    92 # else
    93 #  define VBOXSERVICE_AUTOMOUNT_DEFAULT_DIR      "/media"
    94 # endif
     90# define VBOXSERVICE_AUTOMOUNT_DEFAULT_DIR      "/media"
    9591#endif
    9692
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette