Changeset 75946 in vbox
- Timestamp:
- Dec 4, 2018 1:10:12 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_GuestAdditions.xml
r75473 r75946 1490 1490 <emphasis role="bold">Linux and Solaris guests:</emphasis> 1491 1491 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, 1494 1493 colons) and prefixed with <computeroutput>sf_</computeroutput>. 1495 1494 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. 1499 1496 </para> 1500 1497 -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r75858 r75946 88 88 */ 89 89 #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" 95 91 #endif 96 92
Note:
See TracChangeset
for help on using the changeset viewer.