Search results

  1. D

    [SOLVED] Shared Storage

    Use VirtIO for the VM's network device model. They are 10Gbps. You may need to configure OVS ports instead of your standard linux bridge on the host. I do not remember if that is necessary, but it is easy none the less
  2. D

    [SOLVED] Shared Storage

    Like a Samba/CIFS or an NFS share. Here's how I do mine. My drives are a typical ext4 format on gpt. I have them mounted each to /data_drives/. On the drives there a is a directory designated for shares, such as /data_drives/<drive_name>/Shares/Media. This is then soft linked to...