<target> as child element of <filesystem>

Specifies a tag that identifies the shared file system to the guest.

Text content

None.

Selected attributes

dir
Tag that identifies the shared file system to the guest, and that is used in the mount command to mount the shared files system.

Usage

Configuring a shared file system

Parent element

<filesystem>

Child elements

None.

Example


<devices>
   ...
   <filesystem type="mount" accessmode="passthrough">
      <driver type="virtiofs"/>
      <source dir="/share/vs01"/>
      <target dir="my_shared_fs"/>
      <address type="ccw" cssid="0xfe" ssid="0x0" devno="0x0003"/>
   </filesystem>
   ...
</devices>