- Timestamp:
- Aug 10, 2020 3:15:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r84692 r85667 6378 6378 </sect1> 6379 6379 6380 <sect1 id="vboxmanage-sharedfolder">6381 6382 <title>VBoxManage sharedfolder add/remove</title>6383 6384 <screen>6385 VBoxManage sharedfolder add <uuid|vmname>6386 --name <name> --hostpath <hostpath>6387 [--transient] [--readonly] [--automount]6388 </screen>6389 6390 <para>6391 This command enables you to share folders on the host computer6392 with guest operating systems. For this, the guest systems must6393 have a version of the &product-name; Guest Additions installed6394 which supports this functionality.6395 </para>6396 6397 <para>6398 Parameters are as follows:6399 </para>6400 6401 <itemizedlist>6402 6403 <listitem>6404 <para>6405 <computeroutput><uuid|vmname></computeroutput>:6406 Specifies the UUID or name of the VM whose guest operating6407 system will be sharing folders with the host computer.6408 Mandatory.6409 </para>6410 </listitem>6411 6412 <listitem>6413 <para>6414 <computeroutput>--name <name></computeroutput>:6415 Specifies the name of the share. Each share has a unique name6416 within the namespace of the host operating system. Mandatory.6417 </para>6418 </listitem>6419 6420 <listitem>6421 <para>6422 <computeroutput>-hostpath <hostpath></computeroutput>:6423 Specifies the absolute path on the host operating system of6424 the directory to be shared with the guest operating system.6425 Mandatory.6426 </para>6427 </listitem>6428 6429 <listitem>6430 <para>6431 <computeroutput>-transient</computeroutput>: Specifies that6432 the share is transient, meaning that it can be added and6433 removed at runtime and does not persist after the VM has6434 stopped. Optional.6435 </para>6436 </listitem>6437 6438 <listitem>6439 <para>6440 <computeroutput>-readonly</computeroutput>: Specifies that the6441 share has only read-only access to files at the host path.6442 </para>6443 6444 <para>6445 By default, shared folders have read/write access to the files6446 on the host path. On Linux distributions, shared folders are6447 mounted with 770 file permissions with root user and vboxsf as6448 the group. Using this option the file permissions change to6449 700. Optional.6450 </para>6451 </listitem>6452 6453 <listitem>6454 <para>6455 <computeroutput>-automount</computeroutput>: Specifies that6456 the share will be automatically mounted. On Linux6457 distributions, this will be to either6458 <filename>/media/USER/sf_<replaceable>share-name</replaceable></filename>6459 or6460 <filename>/media/sf_<replaceable>share-name</replaceable></filename>,6461 where <replaceable>share-name</replaceable> is the share6462 named. The actual location depends on the guest OS. Optional.6463 </para>6464 </listitem>6465 6466 </itemizedlist>6467 6468 <screen>6469 VBoxManage sharedfolder remove <uuid|vmname>6470 --name <name> [--transient]6471 6472 </screen>6473 6474 <para>6475 This command enables you to delete shared folders on the host6476 computer shares with the guest operating systems. For this, the6477 guest systems must have a version of the &product-name; Guest6478 Additions installed which supports this functionality.6479 </para>6480 6481 <para>6482 Parameters are as follows:6483 </para>6484 6485 <itemizedlist>6486 6487 <listitem>6488 <para>6489 <computeroutput><uuid|vmname></computeroutput>:6490 Specifies the UUID or name of the VM whose guest operating6491 system is sharing folders with the host computer. Mandatory.6492 </para>6493 </listitem>6494 6495 <listitem>6496 <para>6497 <computeroutput>--name <name></computeroutput>:6498 Specifies the name of the share to be removed. Each share has6499 a unique name within the namespace of the host operating6500 system. Mandatory.6501 </para>6502 </listitem>6503 6504 <listitem>6505 <para>6506 <computeroutput>-transient</computeroutput>: Specifies that6507 the share is transient, meaning that it can be added and6508 removed at runtime and does not persist after the VM has6509 stopped. Optional.6510 </para>6511 </listitem>6512 6513 </itemizedlist>6514 6515 <para>6516 Shared folders are described in <xref linkend="sharedfolders" />.6517 </para>6518 6519 </sect1>6520 6521 6380 <sect1 id="vboxmanage-guestproperty"> 6522 6381 … … 9091 8950 <xi:include href="user_man_VBoxManage-clonevm.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" /> 9092 8951 8952 <xi:include href="user_man_VBoxManage-sharedfolder.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" /> 8953 9093 8954 <xi:include href="user_man_VBoxManage-extpack.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" /> 9094 8955
Note:
See TracChangeset
for help on using the changeset viewer.