Two gaming machines, one game share


Recommended Posts

Hello everyone, this is my first post here and I apologize if this is the incorrect forum. I also couldn't find anything relating to this question in the forum search.

 

Anyways, I'm building two gaming VMs using unraid and I was wondering if I should have a single share that both VMs can use to access games or if I should assign each VM their own game install drive. My main concern would be if load times or performance would take a significant hit if we're their both playing the same game.

Link to comment

1) 2 VMs using the same share to access is the games a bad idea. Transfers would be catastrophic (even more so if it's a network share)

 

2) Corruption of sauvegame data if the game saves in the same directory (the savegrde would be constantly overwritten by the other PC)

 

Conclusion: Use one disk per machine (and when I speak of disk, I arle of 2 real phisic hard disk in the machine to optimize the flows).

 

A game VM turned only 90% of a real machine, it is better not add anything that would still slow down the whole ^^

Link to comment

I am actually passing an entire SSD to my gaming VM. I am having good results so far:

 

<devices>
    <emulator>/usr/local/sbin/qemu</emulator>
    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source dev='/dev/disk/by-id/ata-KINGSTON_SKC400S371T_50026B72680467AD'/>
      <target dev='hdc' bus='sata'/>
      <boot order='1'/>
      <address type='drive' controller='0' bus='0' target='0' unit='2'/>
    </disk>

 

Link to comment

In regards to the save game data, don't most save games go in to either the Steam username folders or the individual VM's Windows documents folders? I'm leaning towards using two physical disks because of read/write speeds, but having a single game folder is enticing but might not be good enough. Thanks for the input so far guys.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.