- Timestamp:
- Aug 10, 2020 3:09:18 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-sharedfolder.xml
r82969 r85666 45 45 <arg choice="req">--name=<replaceable>name</replaceable></arg> 46 46 <arg choice="req">--hostpath=<replaceable>hostpath</replaceable></arg> 47 <arg>--automount</arg>48 47 <arg>--readonly</arg> 49 48 <arg>--transient</arg> 49 <arg>--automount</arg> 50 <arg>--auto-mount-point=<replaceable>path</replaceable></arg> 50 51 </cmdsynopsis> 51 52 … … 105 106 </varlistentry> 106 107 <varlistentry> 107 <term>--automount</term>108 <listitem><para>109 Specifies that the share is automatically mounted. On110 Linux distributions, the share is mounted at111 <filename>/var/run/media/<replaceable>username</replaceable>/sf_<replaceable>sharename</replaceable></filename>112 or113 <filename>/media/sf_<replaceable>sharename</replaceable></filename>,114 depending on your guest OS.115 </para></listitem>116 </varlistentry>117 <varlistentry>118 108 <term>--readonly</term> 119 109 <listitem><para> … … 136 126 after the VM stops. 137 127 </para></listitem> 128 </varlistentry> 129 <varlistentry> 130 <term>--automount</term> 131 <listitem><para> 132 Specifies that the share is automatically mounted. 133 </para></listitem> 134 </varlistentry> 135 <varlistentry> 136 <term>--auto-mount-point=<replaceable>path</replaceable></term> 137 <listitem><para> 138 Specifies the mount point of the share. This guest OS specific. 139 </para><para> 140 For Windows and OS/2 guest this must be an unused drive letter. 141 If left blank (or if the drive letter is already in use), the 142 last unused drive letter is used instead (i.e. searching from 143 <literal>Z:</literal> thru <literal>A:</literal>). 144 </para><para> 145 For Linux, Solaris and other unix guest, it must be an absolute 146 path like <filename>/mnt/mysharedfolder</filename>. If left 147 empty the default location is 148 <filename>/media/sf_<replaceable>sharename</replaceable></filename>. 149 </para></listitem> 138 150 </varlistentry> 139 151 </variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.